summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-24 13:01:01 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-24 13:01:01 +0000
commita983bc3abceadae75c7fa070ae394a69e6d8bd5b (patch)
treedcd4574b828d6f4d4e7e1c568f66d6af55f1e5a3 /src/wx
parent85c65bd422742813992686c17a5e1b718cc3c449 (diff)
Tweaks for libdcp.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/audio_mapping_view.cc2
-rw-r--r--src/wx/config_dialog.cc2
-rw-r--r--src/wx/screen_dialog.cc2
-rw-r--r--src/wx/screen_dialog.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/wx/audio_mapping_view.cc b/src/wx/audio_mapping_view.cc
index 86f039900..0b28b12fb 100644
--- a/src/wx/audio_mapping_view.cc
+++ b/src/wx/audio_mapping_view.cc
@@ -20,7 +20,7 @@
#include <wx/wx.h>
#include <wx/renderer.h>
#include <wx/grid.h>
-#include <libdcp/types.h>
+#include <dcp/types.h>
#include "lib/audio_mapping.h"
#include "lib/util.h"
#include "audio_mapping_view.h"
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc
index d636b3b3d..911cb4b3f 100644
--- a/src/wx/config_dialog.cc
+++ b/src/wx/config_dialog.cc
@@ -26,7 +26,7 @@
#include <boost/filesystem.hpp>
#include <wx/stdpaths.h>
#include <wx/notebook.h>
-#include <libdcp/colour_matrix.h>
+#include <dcp/colour_matrix.h>
#include "lib/config.h"
#include "lib/ratio.h"
#include "lib/scaler.h"
diff --git a/src/wx/screen_dialog.cc b/src/wx/screen_dialog.cc
index 4ca3fc91b..f94400be7 100644
--- a/src/wx/screen_dialog.cc
+++ b/src/wx/screen_dialog.cc
@@ -19,7 +19,7 @@
#include <wx/filepicker.h>
#include <wx/validate.h>
-#include <libdcp/exceptions.h>
+#include <dcp/exceptions.h>
#include "lib/compose.hpp"
#include "screen_dialog.h"
#include "wx_util.h"
diff --git a/src/wx/screen_dialog.h b/src/wx/screen_dialog.h
index 72a315062..0cd7d3c49 100644
--- a/src/wx/screen_dialog.h
+++ b/src/wx/screen_dialog.h
@@ -19,7 +19,7 @@
#include <wx/wx.h>
#include <boost/shared_ptr.hpp>
-#include <libdcp/certificates.h>
+#include <dcp/certificates.h>
class ScreenDialog : public wxDialog
{