X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fstlplus%2Fpersistence%2Fpersistent_basic.hpp;fp=src%2Fstlplus%2Fpersistence%2Fpersistent_basic.hpp;h=0000000000000000000000000000000000000000;hb=5846afb00833cc72fe72422ca896d2387c712cb4;hp=2ffc30fa100f392f93cd6156c164ef74fe17b8be;hpb=a97500609dc3c1b11f9786d32bc458eb00de4c36;p=chaz%2Fyoink diff --git a/src/stlplus/persistence/persistent_basic.hpp b/src/stlplus/persistence/persistent_basic.hpp deleted file mode 100644 index 2ffc30f..0000000 --- a/src/stlplus/persistence/persistent_basic.hpp +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef STLPLUS_PERSISTENT_BASIC -#define STLPLUS_PERSISTENT_BASIC -//////////////////////////////////////////////////////////////////////////////// - -// Author: Andy Rushton -// Copyright: (c) Southampton University 1999-2004 -// (c) Andy Rushton 2004-2009 -// License: BSD License, see ../docs/license.html - -// Persistence of basic types - -//////////////////////////////////////////////////////////////////////////////// -//////////////////////////////////////////////////////////////////////////////// - -#include "persistent_bool.hpp" -#include "persistent_cstring.hpp" -#include "persistent_enum.hpp" -#include "persistent_float.hpp" -#include "persistent_int.hpp" - -//////////////////////////////////////////////////////////////////////////////// -#endif