Move the libresrc include to the individual files that need it.

Originally committed to SVN as r3244.
This commit is contained in:
Thomas Goyne 2009-07-24 00:08:25 +00:00
parent 7149e01888
commit fcbc9fcdc0
26 changed files with 25 additions and 4 deletions

View file

@ -51,6 +51,7 @@
#include "toggle_bitmap.h" #include "toggle_bitmap.h"
#include "hotkeys.h" #include "hotkeys.h"
#include "tooltip_manager.h" #include "tooltip_manager.h"
#include "libresrc/libresrc.h"
//#ifdef __WXMAC__ //#ifdef __WXMAC__
//#include "bevelButton.h" //#include "bevelButton.h"

View file

@ -45,6 +45,7 @@
#include "dialog_about.h" #include "dialog_about.h"
#include "version.h" #include "version.h"
#include "options.h" #include "options.h"
#include "libresrc/libresrc.h"
/////////////// ///////////////

View file

@ -50,6 +50,7 @@
#include "utils.h" #include "utils.h"
#include "options.h" #include "options.h"
#include "help_button.h" #include "help_button.h"
#include "libresrc/libresrc.h"
/////////////// ///////////////

View file

@ -48,6 +48,7 @@
#include <wx/filedlg.h> #include <wx/filedlg.h>
#include <wx/log.h> #include <wx/log.h>
#include <wx/msgdlg.h> #include <wx/msgdlg.h>
#include "libresrc/libresrc.h"
DialogAutomation::DialogAutomation(wxWindow *parent, Automation4::ScriptManager *_local_manager) DialogAutomation::DialogAutomation(wxWindow *parent, Automation4::ScriptManager *_local_manager)

View file

@ -53,6 +53,7 @@
#include "options.h" #include "options.h"
#include "help_button.h" #include "help_button.h"
#include "utils.h" #include "utils.h"
#include "libresrc/libresrc.h"
#include <stdio.h> #include <stdio.h>

View file

@ -57,6 +57,7 @@
#include "utils.h" #include "utils.h"
#include "help_button.h" #include "help_button.h"
#include "scintilla_text_ctrl.h" #include "scintilla_text_ctrl.h"
#include "libresrc/libresrc.h"
/////// ///////

View file

@ -47,6 +47,7 @@
#include "vfr.h" #include "vfr.h"
#include "video_context.h" #include "video_context.h"
#include "utils.h" #include "utils.h"
#include "libresrc/libresrc.h"
/////// ///////

View file

@ -52,6 +52,7 @@
#include "help_button.h" #include "help_button.h"
#include "ass_karaoke.h" #include "ass_karaoke.h"
#include <wx/string.h> #include <wx/string.h>
#include "libresrc/libresrc.h"

View file

@ -66,6 +66,7 @@
#include "tooltip_manager.h" #include "tooltip_manager.h"
#include "utils.h" #include "utils.h"
#include "help_button.h" #include "help_button.h"
#include "libresrc/libresrc.h"
/////// ///////

View file

@ -50,6 +50,7 @@
#include "video_provider_manager.h" #include "video_provider_manager.h"
#include "utils.h" #include "utils.h"
#include "help_button.h" #include "help_button.h"
#include "libresrc/libresrc.h"
/////////////// ///////////////

View file

@ -49,6 +49,7 @@
#include "utils.h" #include "utils.h"
#include "subs_edit_box.h" #include "subs_edit_box.h"
#include "help_button.h" #include "help_button.h"
#include "libresrc/libresrc.h"
/////////////// ///////////////

View file

@ -56,6 +56,7 @@
#include "utils.h" #include "utils.h"
#include "help_button.h" #include "help_button.h"
#include "charset_conv.h" #include "charset_conv.h"
#include "libresrc/libresrc.h"
/////////////// ///////////////

View file

@ -48,6 +48,7 @@
#include "subs_edit_box.h" #include "subs_edit_box.h"
#include "options.h" #include "options.h"
#include "help_button.h" #include "help_button.h"
#include "libresrc/libresrc.h"
/////// ///////

View file

@ -44,6 +44,7 @@
#include "dialog_splash.h" #include "dialog_splash.h"
#include "options.h" #include "options.h"
#include "dialog_tip.h" #include "dialog_tip.h"
#include "libresrc/libresrc.h"
/////////////// ///////////////

View file

@ -56,6 +56,7 @@
#include "subtitles_provider_manager.h" #include "subtitles_provider_manager.h"
#include "ass_style_storage.h" #include "ass_style_storage.h"
#include "help_button.h" #include "help_button.h"
#include "libresrc/libresrc.h"
/////// ///////

View file

@ -54,6 +54,7 @@
#include "subs_grid.h" #include "subs_grid.h"
#include "utils.h" #include "utils.h"
#include "help_button.h" #include "help_button.h"
#include "libresrc/libresrc.h"
/////////////// ///////////////

View file

@ -54,6 +54,7 @@
#include "utils.h" #include "utils.h"
#include "help_button.h" #include "help_button.h"
#include "subs_edit_box.h" #include "subs_edit_box.h"
#include "libresrc/libresrc.h"
/////////////// ///////////////

View file

@ -49,6 +49,7 @@
#include "vfr.h" #include "vfr.h"
#include "utils.h" #include "utils.h"
#include "help_button.h" #include "help_button.h"
#include "libresrc/libresrc.h"
/////////////// ///////////////

View file

@ -53,6 +53,7 @@
#include "hotkeys.h" #include "hotkeys.h"
#include "utils.h" #include "utils.h"
#include "help_button.h" #include "help_button.h"
#include "libresrc/libresrc.h"
/////////////// ///////////////

View file

@ -81,6 +81,7 @@
#include "auto4_base.h" #include "auto4_base.h"
#endif #endif
#include "charset_conv.h" #include "charset_conv.h"
#include "libresrc/libresrc.h"

View file

@ -89,6 +89,7 @@
#include "dialog_video_details.h" #include "dialog_video_details.h"
#include "keyframe.h" #include "keyframe.h"
#include "charset_conv.h" #include "charset_conv.h"
#include "libresrc/libresrc.h"
//////////////////// ////////////////////

View file

@ -98,8 +98,4 @@
#include <list> #include <list>
#include <map> #include <map>
/////////////
// Resources
#include "libresrc/libresrc.h"
#endif // C++ #endif // C++

View file

@ -62,6 +62,7 @@
#include "idle_field_event.h" #include "idle_field_event.h"
#include "tooltip_manager.h" #include "tooltip_manager.h"
#include "osx_bevelButton.h" #include "osx_bevelButton.h"
#include "libresrc/libresrc.h"
/////////////// ///////////////

View file

@ -61,6 +61,7 @@
#include "toggle_bitmap.h" #include "toggle_bitmap.h"
#include "visual_tool.h" #include "visual_tool.h"
#include "help_button.h" #include "help_button.h"
#include "libresrc/libresrc.h"
/////////////// ///////////////

View file

@ -45,6 +45,7 @@
#include "ass_dialogue.h" #include "ass_dialogue.h"
#include "utils.h" #include "utils.h"
#include "vfr.h" #include "vfr.h"
#include "libresrc/libresrc.h"
/////// ///////

View file

@ -40,6 +40,7 @@
#include "visual_tool_vector_clip.h" #include "visual_tool_vector_clip.h"
#include "ass_dialogue.h" #include "ass_dialogue.h"
#include "libresrc/libresrc.h"
/////// ///////