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 "hotkeys.h"
#include "tooltip_manager.h"
#include "libresrc/libresrc.h"
//#ifdef __WXMAC__
//#include "bevelButton.h"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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