summaryrefslogtreecommitdiffstats
path: root/src/UIFile.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-12-29 20:02:36 -0500
committerDavid Robillard <d@drobilla.net>2019-12-29 20:02:36 -0500
commit762cfaa66a7be2fe61722d1d2a1679af65bd1f9a (patch)
tree7d60aeef03703f305ed672ed2ce44395a38f1bf3 /src/UIFile.hpp
parent7bbcd8405b0e9d04c74be1f13d1b54f3f72e7c7d (diff)
downloadpatchage-762cfaa66a7be2fe61722d1d2a1679af65bd1f9a.tar.gz
patchage-762cfaa66a7be2fe61722d1d2a1679af65bd1f9a.tar.bz2
patchage-762cfaa66a7be2fe61722d1d2a1679af65bd1f9a.zip
Clean up includes
Diffstat (limited to 'src/UIFile.hpp')
-rw-r--r--src/UIFile.hpp15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/UIFile.hpp b/src/UIFile.hpp
index f1ab5f8..343b1a6 100644
--- a/src/UIFile.hpp
+++ b/src/UIFile.hpp
@@ -17,18 +17,19 @@
#ifndef PATCHAGE_GLADEFILE_HPP
#define PATCHAGE_GLADEFILE_HPP
+#include "patchage_config.h"
+
+#ifdef PATCHAGE_BINLOC
+# include "binary_location.h"
+#endif
+
+#include <gtkmm/builder.h>
+
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
-#include <gtkmm/builder.h>
-
-#include "patchage_config.h"
-#ifdef PATCHAGE_BINLOC
-#include "binary_location.h"
-#endif
-
class UIFile {
public:
inline static bool is_readable(const std::string& filename) {