diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:10:11 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:10:11 +0200 |
commit | c0cdb2ad99a1e2a6ade5ce76c91177a79258e669 (patch) | |
tree | 4701a015385d9a6a5a4ba99a8f1f5d400fff26b1 /RealtimeSync/pch.h | |
parent | 3.13 (diff) | |
download | FreeFileSync-c0cdb2ad99a1e2a6ade5ce76c91177a79258e669.tar.gz FreeFileSync-c0cdb2ad99a1e2a6ade5ce76c91177a79258e669.tar.bz2 FreeFileSync-c0cdb2ad99a1e2a6ade5ce76c91177a79258e669.zip |
3.14
Diffstat (limited to 'RealtimeSync/pch.h')
-rw-r--r-- | RealtimeSync/pch.h | 16 |
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 |