From a7fe88af460c787be4d81001f1f58055c7bf22cc Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Tue, 10 Jan 2006 00:41:39 +0000 Subject: [PATCH] Fixed includes --- gnoemoe/mcp/gm-mcp-awns-status.c | 6 +++--- gnoemoe/mcp/gm-mcp-icecrew-playerdb.c | 8 ++++---- gnoemoe/mcp/gm-mcp-icecrew-serverinfo.c | 12 ++++++------ gnoemoe/mcp/gm-mcp-icecrew-userlist.c | 10 +++++----- gnoemoe/mcp/gm-mcp-mud-moo-simpleedit.c | 6 +++--- gnoemoe/mcp/gm-mcp-negotiate.c | 4 ++-- gnoemoe/mcp/gm-mcp-package.c | 2 +- gnoemoe/mcp/gm-mcp-session.c | 10 +++++----- gnoemoe/mcp/gm-mcp-userlist-view.c | 6 +++--- gnoemoe/mcp/gm-mcp-vmoo-client.c | 4 ++-- gnoemoe/mcp/gm-mcp-vmoo-userlist.c | 10 +++++----- gnoemoe/mcp/gm-mcp.c | 6 +++--- 12 files changed, 42 insertions(+), 42 deletions(-) diff --git a/gnoemoe/mcp/gm-mcp-awns-status.c b/gnoemoe/mcp/gm-mcp-awns-status.c index 9e3c995..eae84d5 100644 --- a/gnoemoe/mcp/gm-mcp-awns-status.c +++ b/gnoemoe/mcp/gm-mcp-awns-status.c @@ -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), \ diff --git a/gnoemoe/mcp/gm-mcp-icecrew-playerdb.c b/gnoemoe/mcp/gm-mcp-icecrew-playerdb.c index 876d137..754a79b 100644 --- a/gnoemoe/mcp/gm-mcp-icecrew-playerdb.c +++ b/gnoemoe/mcp/gm-mcp-icecrew-playerdb.c @@ -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), \ diff --git a/gnoemoe/mcp/gm-mcp-icecrew-serverinfo.c b/gnoemoe/mcp/gm-mcp-icecrew-serverinfo.c index 200252a..fb171bb 100644 --- a/gnoemoe/mcp/gm-mcp-icecrew-serverinfo.c +++ b/gnoemoe/mcp/gm-mcp-icecrew-serverinfo.c @@ -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), \ diff --git a/gnoemoe/mcp/gm-mcp-icecrew-userlist.c b/gnoemoe/mcp/gm-mcp-icecrew-userlist.c index 57f8cc7..671adee 100644 --- a/gnoemoe/mcp/gm-mcp-icecrew-userlist.c +++ b/gnoemoe/mcp/gm-mcp-icecrew-userlist.c @@ -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), \ diff --git a/gnoemoe/mcp/gm-mcp-mud-moo-simpleedit.c b/gnoemoe/mcp/gm-mcp-mud-moo-simpleedit.c index 6f2bc2d..ce45082 100644 --- a/gnoemoe/mcp/gm-mcp-mud-moo-simpleedit.c +++ b/gnoemoe/mcp/gm-mcp-mud-moo-simpleedit.c @@ -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), \ diff --git a/gnoemoe/mcp/gm-mcp-negotiate.c b/gnoemoe/mcp/gm-mcp-negotiate.c index b3ba602..ace3965 100644 --- a/gnoemoe/mcp/gm-mcp-negotiate.c +++ b/gnoemoe/mcp/gm-mcp-negotiate.c @@ -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), \ diff --git a/gnoemoe/mcp/gm-mcp-package.c b/gnoemoe/mcp/gm-mcp-package.c index 55f21b9..ac43388 100644 --- a/gnoemoe/mcp/gm-mcp-package.c +++ b/gnoemoe/mcp/gm-mcp-package.c @@ -1,7 +1,7 @@ #include #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), \ diff --git a/gnoemoe/mcp/gm-mcp-session.c b/gnoemoe/mcp/gm-mcp-session.c index ae7601f..1da9004 100644 --- a/gnoemoe/mcp/gm-mcp-session.c +++ b/gnoemoe/mcp/gm-mcp-session.c @@ -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), \ diff --git a/gnoemoe/mcp/gm-mcp-userlist-view.c b/gnoemoe/mcp/gm-mcp-userlist-view.c index 67d8fc6..7fd0f22 100644 --- a/gnoemoe/mcp/gm-mcp-userlist-view.c +++ b/gnoemoe/mcp/gm-mcp-userlist-view.c @@ -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 diff --git a/gnoemoe/mcp/gm-mcp-vmoo-client.c b/gnoemoe/mcp/gm-mcp-vmoo-client.c index 5f6df9d..4fb612d 100644 --- a/gnoemoe/mcp/gm-mcp-vmoo-client.c +++ b/gnoemoe/mcp/gm-mcp-vmoo-client.c @@ -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), \ diff --git a/gnoemoe/mcp/gm-mcp-vmoo-userlist.c b/gnoemoe/mcp/gm-mcp-vmoo-userlist.c index 941ecc1..a5923b5 100644 --- a/gnoemoe/mcp/gm-mcp-vmoo-userlist.c +++ b/gnoemoe/mcp/gm-mcp-vmoo-userlist.c @@ -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), \ diff --git a/gnoemoe/mcp/gm-mcp.c b/gnoemoe/mcp/gm-mcp.c index 5191cff..428dffe 100644 --- a/gnoemoe/mcp/gm-mcp.c +++ b/gnoemoe/mcp/gm-mcp.c @@ -3,9 +3,9 @@ #include #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,