summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/GraphCanvas.cpp2
-rw-r--r--src/gui/ThreadedLoader.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/GraphCanvas.cpp b/src/gui/GraphCanvas.cpp
index 6d22f407..37af8a5b 100644
--- a/src/gui/GraphCanvas.cpp
+++ b/src/gui/GraphCanvas.cpp
@@ -20,7 +20,7 @@
#include <set>
#include <string>
-#include <boost/format.hpp>
+#include <boost/optional.hpp>
#include <gtkmm/stock.h>
#include "ganv/Canvas.hpp"
diff --git a/src/gui/ThreadedLoader.hpp b/src/gui/ThreadedLoader.hpp
index 2f12a0e4..c0a4ed6a 100644
--- a/src/gui/ThreadedLoader.hpp
+++ b/src/gui/ThreadedLoader.hpp
@@ -23,7 +23,7 @@
#include <list>
#include <string>
-#include <boost/optional/optional.hpp>
+#include <boost/optional.hpp>
#include <glibmm/thread.h>
#include "ingen/Interface.hpp"