[commit] r1590 - trunk/GME/Core

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Oct 5 10:48:10 CDT 2011


Author: ksmyth
Date: Wed Oct  5 10:48:10 2011
New Revision: 1590

Log:
Remove ifndefs

Modified:
   trunk/GME/Core/CoreAttribute.h
   trunk/GME/Core/CoreObject.h
   trunk/GME/Core/CoreTerritory.h

Modified: trunk/GME/Core/CoreAttribute.h
==============================================================================
--- trunk/GME/Core/CoreAttribute.h	Tue Oct  4 18:03:51 2011	(r1589)
+++ trunk/GME/Core/CoreAttribute.h	Wed Oct  5 10:48:10 2011	(r1590)
@@ -4,17 +4,9 @@
 
 #include "StdAfx.h"
 
-#ifndef MGA_CORETRANSACTIONITEM_H
 #include "CoreTransactionItem.h"
-#endif
-
-#ifndef MGA_COREMETAATTRIBUTE_H
 #include "CoreMetaAttribute.h"
-#endif
-
-#ifndef MGA_COREOBJECT_H
 #include "CoreObject.h"
-#endif
 
 #include <list>
 #include <set>

Modified: trunk/GME/Core/CoreObject.h
==============================================================================
--- trunk/GME/Core/CoreObject.h	Tue Oct  4 18:03:51 2011	(r1589)
+++ trunk/GME/Core/CoreObject.h	Wed Oct  5 10:48:10 2011	(r1590)
@@ -2,13 +2,8 @@
 #ifndef MGA_COREOBJECT_H
 #define MGA_COREOBJECT_H
 
-#ifndef MGA_CORETRANSACTIONITEM_H
 #include "CoreTransactionItem.h"
-#endif
-
-#ifndef MGA_COREMETAOBJECT_H
 #include "CoreMetaObject.h"
-#endif
 
 #include <list>
 //#include <slist>

Modified: trunk/GME/Core/CoreTerritory.h
==============================================================================
--- trunk/GME/Core/CoreTerritory.h	Tue Oct  4 18:03:51 2011	(r1589)
+++ trunk/GME/Core/CoreTerritory.h	Wed Oct  5 10:48:10 2011	(r1590)
@@ -2,9 +2,7 @@
 #ifndef MGA_CORETERRITORY_H
 #define MGA_CORETERRITORY_H
 
-#ifndef MGA_CORETRANSACTIONITEM_H
 #include "CoreTransactionItem.h"
-#endif
 
 #include <list>
 #include <hash_map>


More information about the gme-commit mailing list