diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:11:56 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:11:56 +0200 |
commit | 98ecf620f7de377dc8ae9ad7fbd1e3b24477e138 (patch) | |
tree | faadc6d8822c20cd3bc6f50b2a98e6c580585949 /shared/pch.h | |
parent | 3.16 (diff) | |
download | FreeFileSync-98ecf620f7de377dc8ae9ad7fbd1e3b24477e138.tar.gz FreeFileSync-98ecf620f7de377dc8ae9ad7fbd1e3b24477e138.tar.bz2 FreeFileSync-98ecf620f7de377dc8ae9ad7fbd1e3b24477e138.zip |
3.17
Diffstat (limited to 'shared/pch.h')
-rw-r--r-- | shared/pch.h | 55 |
1 files changed, 24 insertions, 31 deletions
diff --git a/shared/pch.h b/shared/pch.h index eb95fd50..71a09899 100644 --- a/shared/pch.h +++ b/shared/pch.h @@ -23,30 +23,7 @@ #endif #include <wx/wxprec.h> - -//##################################################### -// #include other rarely changing headers here - -//STL headers -#include <string> -#include <vector> -#include <set> -#include <map> -#include <queue> -#include <deque> -#include <stack> -#include <list> -#include <algorithm> -#include <functional> -#include <iterator> -#include <numeric> -#include <memory> -#include <utility> -#include <fstream> -#include <iostream> -#include <sstream> -#include <new> -#include <stdexcept> +//#include <wx/msw/wrapwin.h> -> already included via wxprec.h //other wxWidgets headers #include <wx/log.h> @@ -104,16 +81,32 @@ #include <wx/help.h> #include <wx/event.h> -//other -#include "../shared/tinyxml/tinyxml.h" -#include <sys/stat.h> +//##################################################### +// #include other rarely changing headers here + +//STL headers +#include <string> +#include <vector> +#include <set> +#include <map> +#include <queue> +#include <deque> +#include <stack> +#include <list> +#include <algorithm> +#include <functional> +#include <iterator> +#include <numeric> +#include <memory> +#include <utility> +#include <fstream> +#include <iostream> +#include <sstream> +#include <new> +#include <stdexcept> //Boost #include <boost/shared_ptr.hpp> #include <boost/scoped_array.hpp> -#ifdef __WXMSW__ -#include <wx/msw/wrapwin.h> //includes "windows.h" -#endif //__WXMSW__ - #endif //FFS_PRECOMPILED_HEADER |