diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-23 11:47:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-23 11:47:05 +0100 |
| commit | f021a24c9db4df2afb096392f9da18dba80b25d3 (patch) | |
| tree | 0feb68e4a9b0cff0f5d80e9fd4f747d9809335fe /src/wx/film_editor.h | |
| parent | 9348d4b229e6a7e7d69df27f63f89338bbac1eaa (diff) | |
#include trimming.
Diffstat (limited to 'src/wx/film_editor.h')
| -rw-r--r-- | src/wx/film_editor.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index aad2ad9f7..12a314abb 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -22,23 +22,14 @@ */ #include <wx/wx.h> -#include <wx/spinctrl.h> -#include <wx/filepicker.h> -#include <wx/collpane.h> #include <boost/signals2.hpp> #include "lib/film.h" -#include "content_menu.h" -#include "content_panel.h" class wxNotebook; -class wxListCtrl; -class wxListEvent; +class wxSpinCtrl; class Film; -class TimelineDialog; class Ratio; -class Timecode; -class FilmEditorPanel; -class SubtitleContent; +class ContentPanel; /** @class FilmEditor * @brief A wx widget to edit a film's metadata, and perform various functions. |
