Removed mooapp/mooapp-private.h
This commit is contained in:
parent
87ebd4d3a4
commit
4d2f11c7f9
@ -15,7 +15,6 @@ mooapp_sources = \
|
|||||||
$(mooapp_include_headers) \
|
$(mooapp_include_headers) \
|
||||||
$(mooapp)/mooappabout.c \
|
$(mooapp)/mooappabout.c \
|
||||||
$(mooapp)/mooappabout.h \
|
$(mooapp)/mooappabout.h \
|
||||||
$(mooapp)/mooapp-private.h \
|
|
||||||
$(mooapp)/mooapp.c \
|
$(mooapp)/mooapp.c \
|
||||||
$(mooapp)/mooapp.h \
|
$(mooapp)/mooapp.h \
|
||||||
$(mooapp)/mooappinput.c \
|
$(mooapp)/mooappinput.c \
|
||||||
|
@ -1,28 +0,0 @@
|
|||||||
/*
|
|
||||||
* mooapp/mooapp-private.h
|
|
||||||
*
|
|
||||||
* Copyright (C) 2004-2006 by Yevgen Muntyan <muntyan@math.tamu.edu>
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* See COPYING file that comes with this distribution.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef MOOAPP_MOOAPP_PRIVATE_H
|
|
||||||
#define MOOAPP_MOOAPP_PRIVATE_H
|
|
||||||
|
|
||||||
#include "mooapp/mooapp.h"
|
|
||||||
#include "mooutils/mooprefsdialog.h"
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
|
||||||
|
|
||||||
|
|
||||||
GtkWidget *_moo_app_create_prefs_dialog (MooApp *app);
|
|
||||||
|
|
||||||
|
|
||||||
G_END_DECLS
|
|
||||||
|
|
||||||
#endif /* MOOAPP_MOOAPP_PRIVATE_H */
|
|
@ -16,15 +16,16 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define WANT_MOO_APP_CMD_CHARS
|
#define WANT_MOO_APP_CMD_CHARS
|
||||||
#include "mooapp/mooapp-private.h"
|
|
||||||
#include "mooapp/mooappinput.h"
|
#include "mooapp/mooappinput.h"
|
||||||
#include "mooapp/mooappoutput.h"
|
#include "mooapp/mooappoutput.h"
|
||||||
|
#include "mooapp/mooapp.h"
|
||||||
#include "mooterm/mootermwindow.h"
|
#include "mooterm/mootermwindow.h"
|
||||||
#include "mooedit/mooeditprefs.h"
|
#include "mooedit/mooeditprefs.h"
|
||||||
#include "mooedit/mooeditor.h"
|
#include "mooedit/mooeditor.h"
|
||||||
#include "mooedit/mooplugin.h"
|
#include "mooedit/mooplugin.h"
|
||||||
#include "mooedit/mooedit-script.h"
|
#include "mooedit/mooedit-script.h"
|
||||||
#include "mooedit/plugins/mooeditplugins.h"
|
#include "mooedit/plugins/mooeditplugins.h"
|
||||||
|
#include "mooutils/mooprefsdialog.h"
|
||||||
#include "mooutils/moopython.h"
|
#include "mooutils/moopython.h"
|
||||||
#include "mooutils/moomarshals.h"
|
#include "mooutils/moomarshals.h"
|
||||||
#include "mooutils/moocompat.h"
|
#include "mooutils/moocompat.h"
|
||||||
|
@ -111,6 +111,7 @@ void _moo_app_exec_cmd (MooApp *app,
|
|||||||
char cmd,
|
char cmd,
|
||||||
const char *data,
|
const char *data,
|
||||||
guint len);
|
guint len);
|
||||||
|
GtkWidget *_moo_app_create_prefs_dialog (MooApp *app);
|
||||||
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
@ -11,9 +11,9 @@
|
|||||||
* See COPYING file that comes with this distribution.
|
* See COPYING file that comes with this distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "mooapp/mooapp-private.h"
|
|
||||||
#include "mooapp/mooappabout-glade.h"
|
#include "mooapp/mooappabout-glade.h"
|
||||||
#include "mooapp/mooappabout.h"
|
#include "mooapp/mooappabout.h"
|
||||||
|
#include "mooapp/mooapp.h"
|
||||||
#include "mooapp/moohtml.h"
|
#include "mooapp/moohtml.h"
|
||||||
#include "mooutils/moostock.h"
|
#include "mooutils/moostock.h"
|
||||||
#include "mooutils/mooutils-misc.h"
|
#include "mooutils/mooutils-misc.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user