diff options
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/audio_mapping_view.cc | 2 | ||||
| -rw-r--r-- | src/wx/config_dialog.cc | 2 | ||||
| -rw-r--r-- | src/wx/screen_dialog.cc | 2 | ||||
| -rw-r--r-- | src/wx/screen_dialog.h | 2 |
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 { |
