summaryrefslogtreecommitdiff
path: root/RealtimeSync/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'RealtimeSync/pch.h')
-rw-r--r--RealtimeSync/pch.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/RealtimeSync/pch.h b/RealtimeSync/pch.h
index 9894b1c5..b3412782 100644
--- a/RealtimeSync/pch.h
+++ b/RealtimeSync/pch.h
@@ -12,18 +12,18 @@
do NOT use in release build!
#endif
-//#####################################################
-// basic wxWidgets headers
+ //#####################################################
+ // basic wxWidgets headers
#ifndef WX_PRECOMP
#define WX_PRECOMP
#endif
#include <wx/wxprec.h>
-//#####################################################
-// #include other rarely changing headers here
+ //#####################################################
+ // #include other rarely changing headers here
-//STL headers
+ //STL headers
#include <string>
#include <algorithm>
#include <vector>
@@ -38,7 +38,7 @@ do NOT use in release build!
#include <utime.h>
#endif //FFS_LINUX
-//other wxWidgets headers
+ //other wxWidgets headers
#include <wx/grid.h>
#include <wx/animate.h>
#include <wx/app.h>
@@ -91,13 +91,13 @@ do NOT use in release build!
#include <wx/scrolwin.h>
#include <wx/notebook.h>
-//other
+ //other
#include "../shared/tinyxml/tinyxml.h"
#include <sys/stat.h>
#ifdef FFS_WIN
#include <wx/msw/wrapwin.h> //includes "windows.h"
#endif //FFS_WIN
-//#####################################################
+ //#####################################################
#endif //RTS_PRECOMPILED_HEADER \ No newline at end of file
bgstack15