[Avida-cvs] [avida-svn] r715 - development/source/tools

kaben@myxo.css.msu.edu kaben at myxo.css.msu.edu
Sat May 27 03:26:03 PDT 2006


Author: kaben
Date: 2006-05-27 06:26:03 -0400 (Sat, 27 May 2006)
New Revision: 715

Modified:
   development/source/tools/cDataEntry.h
   development/source/tools/cFile.h
Log:

Moved #includes of "tMemTrack.h" to follow #includes of "cString.h".



Modified: development/source/tools/cDataEntry.h
===================================================================
--- development/source/tools/cDataEntry.h	2006-05-27 10:25:08 UTC (rev 714)
+++ development/source/tools/cDataEntry.h	2006-05-27 10:26:03 UTC (rev 715)
@@ -11,15 +11,15 @@
 #ifndef cDataEntry_h
 #define cDataEntry_h
 
+#ifndef cString_h
+#include "cString.h"
+#endif
 #if USE_tMemTrack
 # ifndef tMemTrack_h
 #  include "tMemTrack.h"
 # endif
 #endif
 
-#ifndef cString_h
-#include "cString.h"
-#endif
 
 #include <iostream>
 

Modified: development/source/tools/cFile.h
===================================================================
--- development/source/tools/cFile.h	2006-05-27 10:25:08 UTC (rev 714)
+++ development/source/tools/cFile.h	2006-05-27 10:26:03 UTC (rev 715)
@@ -11,16 +11,15 @@
 #ifndef cFile_h
 #define cFile_h
 
+#ifndef cString_h
+#include "cString.h"
+#endif
 #if USE_tMemTrack
 # ifndef tMemTrack_h
 #  include "tMemTrack.h"
 # endif
 #endif
 
-#ifndef cString_h
-#include "cString.h"
-#endif
-
 #include <fstream>
 
 /**




More information about the Avida-cvs mailing list