Changeset 2619 for code/branches/buildsystem2/src/orxonox
- Timestamp:
- Jan 29, 2009, 11:20:37 PM (16 years ago)
- Location:
- code/branches/buildsystem2/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/orxonox/Main.cc
r2103 r2619 38 38 #include <cassert> 39 39 40 #include " util/OrxonoxPlatform.h"40 #include "OrxonoxConfig.h" 41 41 #include "util/Debug.h" 42 42 #include "util/SignalHandler.h" -
code/branches/buildsystem2/src/orxonox/OrxonoxPrereqs.h
r2583 r2619 35 35 #define _OrxonoxPrereqs_H__ 36 36 37 #include " util/OrxonoxPlatform.h"37 #include "OrxonoxConfig.h" 38 38 39 39 //-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.