Fixed includes

This commit is contained in:
Jesse van den Kieboom 2006-01-10 00:41:39 +00:00
parent 54d30725f8
commit a7fe88af46
12 changed files with 42 additions and 42 deletions

View File

@ -2,9 +2,9 @@
#include "gm-mcp-awns-status.h"
#include "gm-mcp-session.h"
#include "gm-mcp.h"
#include "../gm-world.h"
#include "../gm-debug.h"
#include "../widgets/gm-world-view.h"
#include "gm-world.h"
#include "gm-debug.h"
#include "widgets/gm-world-view.h"
#define GM_MCP_AWNS_STATUS_GET_PRIVATE(object)( \
G_TYPE_INSTANCE_GET_PRIVATE((object), \

View File

@ -3,10 +3,10 @@
#include "gm-mcp-icecrew-playerdb.h"
#include "gm-mcp.h"
#include "../gm-marshal.h"
#include "../gm-debug.h"
#include "../gm-support.h"
#include "../gm-string.h"
#include "gm-marshal.h"
#include "gm-debug.h"
#include "gm-support.h"
#include "gm-string.h"
#define GM_MCP_ICECREW_PLAYERDB_GET_PRIVATE(object)( \
G_TYPE_INSTANCE_GET_PRIVATE((object), \

View File

@ -2,12 +2,12 @@
#include "gm-mcp-icecrew-serverinfo.h"
#include "gm-mcp.h"
#include "gm-mcp-session.h"
#include "../widgets/gm-app-view.h"
#include "../gm-world.h"
#include "../dialogs/gm-world-info-dialog.h"
#include "../gm-support.h"
#include "../gm-debug.h"
#include "../gm-options.h"
#include "widgets/gm-app-view.h"
#include "gm-world.h"
#include "dialogs/gm-world-info-dialog.h"
#include "gm-support.h"
#include "gm-debug.h"
#include "gm-options.h"
#define GM_MCP_ICECREW_SERVERINFO_GET_PRIVATE(object)( \
G_TYPE_INSTANCE_GET_PRIVATE((object), \

View File

@ -10,11 +10,11 @@
#include "gm-mcp-icecrew-playerdb.h"
#include "gm-mcp-session.h"
#include "gm-mcp.h"
#include "../gm-support.h"
#include "../gm-marshal.h"
#include "../gm-debug.h"
#include "../gm-world.h"
#include "../gm-triggers.h"
#include "gm-support.h"
#include "gm-marshal.h"
#include "gm-debug.h"
#include "gm-world.h"
#include "gm-triggers.h"
#define GM_MCP_ICECREW_USERLIST_GET_PRIVATE(object)( \
G_TYPE_INSTANCE_GET_PRIVATE((object), \

View File

@ -1,9 +1,9 @@
#include "gm-mcp-mud-moo-simpleedit.h"
#include "gm-mcp-session.h"
#include "gm-mcp.h"
#include "../gm-debug.h"
#include "../gm-world.h"
#include "../gm-editor.h"
#include "gm-debug.h"
#include "gm-world.h"
#include "gm-editor.h"
#define GM_MCP_MUD_MOO_SIMPLEEDIT_GET_PRIVATE(object)( \
G_TYPE_INSTANCE_GET_PRIVATE((object), \

View File

@ -5,8 +5,8 @@
#include "gm-mcp.h"
#include "gm-mcp-session.h"
#include "gm-mcp-package.h"
#include "../gm-debug.h"
#include "../gm-support.h"
#include "gm-debug.h"
#include "gm-support.h"
#define GM_MCP_NEGOTIATE_GET_PRIVATE(object)( \
G_TYPE_INSTANCE_GET_PRIVATE((object), \

View File

@ -1,7 +1,7 @@
#include <glib-object.h>
#include "gm-mcp-session.h"
#include "gm-mcp-package.h"
#include "../gm-support.h"
#include "gm-support.h"
#define GM_MCP_PACKAGE_GET_PRIVATE(object)( \
G_TYPE_INSTANCE_GET_PRIVATE((object), \

View File

@ -4,11 +4,11 @@
#include "gm-mcp-session.h"
#include "gm-mcp-classes.h"
#include "gm-mcp.h"
#include "../gm-world.h"
#include "../gm-support.h"
#include "../gm-debug.h"
#include "../gm-options.h"
#include "../gm-string.h"
#include "gm-world.h"
#include "gm-support.h"
#include "gm-debug.h"
#include "gm-options.h"
#include "gm-string.h"
#define GM_MCP_SESSION_GET_PRIVATE(object)( \
G_TYPE_INSTANCE_GET_PRIVATE((object), \

View File

@ -3,9 +3,9 @@
#include "gm-mcp-package.h"
#include "gm-mcp-userlist-view.h"
#include "gm-iuserlist.h"
#include "../widgets/gm-world-view.h"
#include "../gm-pixbuf.h"
#include "../gm-debug.h"
#include "widgets/gm-world-view.h"
#include "gm-pixbuf.h"
#include "gm-debug.h"
#define GM_USERLIST_ICON_SIZE 22

View File

@ -2,8 +2,8 @@
#include "gm-mcp-vmoo-client.h"
#include "gm-mcp-session.h"
#include "../widgets/gm-world-view.h"
#include "../widgets/gm-world-text-view.h"
#include "widgets/gm-world-view.h"
#include "widgets/gm-world-text-view.h"
#define GM_MCP_VMOO_CLIENT_GET_PRIVATE(object)( \
G_TYPE_INSTANCE_GET_PRIVATE((object), \

View File

@ -5,11 +5,11 @@
#include "gm-iuserlist.h"
#include "gm-mcp-session.h"
#include "gm-mcp.h"
#include "../gm-support.h"
#include "../gm-marshal.h"
#include "../gm-debug.h"
#include "../gm-world.h"
#include "../list.h"
#include "gm-support.h"
#include "gm-marshal.h"
#include "gm-debug.h"
#include "gm-world.h"
#include "list.h"
#define GM_MCP_VMOO_USERLIST_GET_PRIVATE(object)( \
G_TYPE_INSTANCE_GET_PRIVATE((object), \

View File

@ -3,9 +3,9 @@
#include <time.h>
#include "gm-mcp.h"
#include "../gm-support.h"
#include "../gm-debug.h"
#include "../gm-string.h"
#include "gm-support.h"
#include "gm-debug.h"
#include "gm-string.h"
gdouble
gm_mcp_get_version(gdouble client_min, gdouble client_max, gdouble server_min,