diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-18 16:07:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-18 16:07:35 +0100 |
| commit | 59404039618db5d70a2f8fc0cb8c49ae4f8ce527 (patch) | |
| tree | 7eb15ce9c90240aaeacefce9f018281d720b248c /src/wx/wx_util.cc | |
| parent | ae3b01aab7ef9e6101a7a1a11c511706148a9f1e (diff) | |
Split test compile up into individual files.
Diffstat (limited to 'src/wx/wx_util.cc')
| -rw-r--r-- | src/wx/wx_util.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc index 64418dac0..d87fe1149 100644 --- a/src/wx/wx_util.cc +++ b/src/wx/wx_util.cc @@ -24,9 +24,9 @@ #include <boost/thread.hpp> #include <wx/filepicker.h> #include <wx/spinctrl.h> +#include "lib/config.h" +#include "lib/util.h" #include "wx_util.h" -#include "config.h" -#include "util.h" using namespace std; using namespace boost; |
