Remove 'pragma once' from colour_button.h font_file_lister.h gl_wrap.h subs_edit_ctrl.h.
Originally committed to SVN as r3536.
This commit is contained in:
parent
130e840028
commit
aba73d4308
14 changed files with 2 additions and 26 deletions
|
@ -35,9 +35,6 @@
|
|||
///
|
||||
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
////////////
|
||||
// Includes
|
||||
#ifndef AGI_PRE
|
||||
|
|
|
@ -59,7 +59,6 @@
|
|||
#include "options.h"
|
||||
#include "standard_paths.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "subs_edit_ctrl.h"
|
||||
#include "subs_grid.h"
|
||||
#include "subtitles_provider_manager.h"
|
||||
#include "tooltip_manager.h"
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
#include "ass_override.h"
|
||||
#include "ass_style.h"
|
||||
#include "ass_style_storage.h"
|
||||
#include "colour_button.h"
|
||||
#include "dialog_colorpicker.h"
|
||||
#include "dialog_style_editor.h"
|
||||
#include "help_button.h"
|
||||
|
|
|
@ -31,8 +31,7 @@
|
|||
|
||||
/// @file dialog_translation.h
|
||||
/// @see dialog_translation.cpp
|
||||
/// @ingroup tools_ui
|
||||
///
|
||||
/// @ingroup tools_ui///
|
||||
|
||||
|
||||
#ifndef DIALOG_TRANSLATION_H
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
||||
// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
||||
// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
||||
// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
// POSSIBILITY OF SUCH DAMAGE.
|
||||
//
|
||||
|
@ -56,7 +55,6 @@
|
|||
#define FontListerClass FontConfigFontFileLister
|
||||
#endif
|
||||
|
||||
#include "font_file_lister.h"
|
||||
#include "standard_paths.h"
|
||||
#include "text_file_reader.h"
|
||||
#include "text_file_writer.h"
|
||||
|
|
|
@ -35,9 +35,6 @@
|
|||
///
|
||||
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
////////////
|
||||
// Includes
|
||||
#ifndef AGI_PRE
|
||||
|
|
|
@ -35,8 +35,6 @@
|
|||
///
|
||||
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <OpenGL/GL.h>
|
||||
#include <OpenGL/glu.h>
|
||||
|
|
|
@ -58,7 +58,6 @@
|
|||
#include "main.h"
|
||||
#include "options.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "subs_edit_ctrl.h"
|
||||
#include "subs_grid.h"
|
||||
#include "timeedit_ctrl.h"
|
||||
#include "tooltip_manager.h"
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
#include "ass_dialogue.h"
|
||||
#include "options.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "subs_edit_ctrl.h"
|
||||
#include "subs_grid.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
|
|
@ -35,9 +35,6 @@
|
|||
///
|
||||
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
////////////
|
||||
// Includes
|
||||
#include "scintilla_text_ctrl.h"
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "thesaurus.h"
|
||||
#include "thesaurus_myspell.h"
|
||||
|
||||
|
||||
|
|
|
@ -35,9 +35,6 @@
|
|||
///
|
||||
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
///////////
|
||||
// Headers
|
||||
#ifndef AGI_PRE
|
||||
|
|
|
@ -62,7 +62,6 @@
|
|||
#include "ass_style.h"
|
||||
#include "ass_time.h"
|
||||
#include "audio_display.h"
|
||||
#include "gl_wrap.h"
|
||||
#include "options.h"
|
||||
#include "standard_paths.h"
|
||||
#include "subs_edit_box.h"
|
||||
|
|
|
@ -54,7 +54,6 @@
|
|||
#endif
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "gl_wrap.h"
|
||||
#include "hotkeys.h"
|
||||
#include "options.h"
|
||||
#include "utils.h"
|
||||
|
|
Loading…
Reference in a new issue