Removed mooapp/mooapp-private.h

This commit is contained in:
Yevgen Muntyan 2006-04-13 05:06:48 -05:00
parent 87ebd4d3a4
commit 4d2f11c7f9
5 changed files with 4 additions and 31 deletions

View File

@ -15,7 +15,6 @@ mooapp_sources = \
$(mooapp_include_headers) \
$(mooapp)/mooappabout.c \
$(mooapp)/mooappabout.h \
$(mooapp)/mooapp-private.h \
$(mooapp)/mooapp.c \
$(mooapp)/mooapp.h \
$(mooapp)/mooappinput.c \

View File

@ -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 */

View File

@ -16,15 +16,16 @@
#endif
#define WANT_MOO_APP_CMD_CHARS
#include "mooapp/mooapp-private.h"
#include "mooapp/mooappinput.h"
#include "mooapp/mooappoutput.h"
#include "mooapp/mooapp.h"
#include "mooterm/mootermwindow.h"
#include "mooedit/mooeditprefs.h"
#include "mooedit/mooeditor.h"
#include "mooedit/mooplugin.h"
#include "mooedit/mooedit-script.h"
#include "mooedit/plugins/mooeditplugins.h"
#include "mooutils/mooprefsdialog.h"
#include "mooutils/moopython.h"
#include "mooutils/moomarshals.h"
#include "mooutils/moocompat.h"

View File

@ -111,6 +111,7 @@ void _moo_app_exec_cmd (MooApp *app,
char cmd,
const char *data,
guint len);
GtkWidget *_moo_app_create_prefs_dialog (MooApp *app);
G_END_DECLS

View File

@ -11,9 +11,9 @@
* See COPYING file that comes with this distribution.
*/
#include "mooapp/mooapp-private.h"
#include "mooapp/mooappabout-glade.h"
#include "mooapp/mooappabout.h"
#include "mooapp/mooapp.h"
#include "mooapp/moohtml.h"
#include "mooutils/moostock.h"
#include "mooutils/mooutils-misc.h"