mirror of https://github.com/odrling/Aegisub
Move the libresrc include to the individual files that need it.
Originally committed to SVN as r3244.
This commit is contained in:
parent
7149e01888
commit
fcbc9fcdc0
|
@ -51,6 +51,7 @@
|
|||
#include "toggle_bitmap.h"
|
||||
#include "hotkeys.h"
|
||||
#include "tooltip_manager.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
//#ifdef __WXMAC__
|
||||
//#include "bevelButton.h"
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
#include "dialog_about.h"
|
||||
#include "version.h"
|
||||
#include "options.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////////////
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
#include "utils.h"
|
||||
#include "options.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////////////
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
#include "options.h"
|
||||
#include "help_button.h"
|
||||
#include "utils.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
#include "utils.h"
|
||||
#include "help_button.h"
|
||||
#include "scintilla_text_ctrl.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
#include "vfr.h"
|
||||
#include "video_context.h"
|
||||
#include "utils.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
#include "help_button.h"
|
||||
#include "ass_karaoke.h"
|
||||
#include <wx/string.h>
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
#include "tooltip_manager.h"
|
||||
#include "utils.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
#include "video_provider_manager.h"
|
||||
#include "utils.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////////////
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
#include "utils.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////////////
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
#include "utils.h"
|
||||
#include "help_button.h"
|
||||
#include "charset_conv.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////////////
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
#include "subs_edit_box.h"
|
||||
#include "options.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
#include "dialog_splash.h"
|
||||
#include "options.h"
|
||||
#include "dialog_tip.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////////////
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
#include "subtitles_provider_manager.h"
|
||||
#include "ass_style_storage.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
#include "subs_grid.h"
|
||||
#include "utils.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////////////
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
#include "utils.h"
|
||||
#include "help_button.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////////////
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
#include "vfr.h"
|
||||
#include "utils.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////////////
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
#include "hotkeys.h"
|
||||
#include "utils.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////////////
|
||||
|
|
|
@ -81,6 +81,7 @@
|
|||
#include "auto4_base.h"
|
||||
#endif
|
||||
#include "charset_conv.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
#include "dialog_video_details.h"
|
||||
#include "keyframe.h"
|
||||
#include "charset_conv.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
////////////////////
|
||||
|
|
|
@ -98,8 +98,4 @@
|
|||
#include <list>
|
||||
#include <map>
|
||||
|
||||
/////////////
|
||||
// Resources
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
#endif // C++
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
#include "idle_field_event.h"
|
||||
#include "tooltip_manager.h"
|
||||
#include "osx_bevelButton.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////////////
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
#include "toggle_bitmap.h"
|
||||
#include "visual_tool.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////////////
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
#include "ass_dialogue.h"
|
||||
#include "utils.h"
|
||||
#include "vfr.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
|
||||
#include "visual_tool_vector_clip.h"
|
||||
#include "ass_dialogue.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
///////
|
||||
|
|
Loading…
Reference in New Issue