diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-06-24 22:12:18 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-06-24 22:12:18 +0800 |
commit | 64ff9f8650277fdf849917a01dde4b18e67b046d (patch) | |
tree | 5a2e3f9cd3472c7055cf5a769fc445777bd9d591 /src | |
parent | dafc2a996545008a9027f2e894ab784b62464c00 (diff) | |
download | gsoc2013-epiphany-64ff9f8650277fdf849917a01dde4b18e67b046d.tar gsoc2013-epiphany-64ff9f8650277fdf849917a01dde4b18e67b046d.tar.gz gsoc2013-epiphany-64ff9f8650277fdf849917a01dde4b18e67b046d.tar.bz2 gsoc2013-epiphany-64ff9f8650277fdf849917a01dde4b18e67b046d.tar.lz gsoc2013-epiphany-64ff9f8650277fdf849917a01dde4b18e67b046d.tar.xz gsoc2013-epiphany-64ff9f8650277fdf849917a01dde4b18e67b046d.tar.zst gsoc2013-epiphany-64ff9f8650277fdf849917a01dde4b18e67b046d.zip |
Copy&paste a few NM defines/enums we need at compile time
This way we don't need a compile-time dependency on NetworkManager,
since we use it through the DBus APIs.
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index edfd870a2..95e0f8635 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -21,7 +21,6 @@ #include "config.h" -#include <NetworkManager.h> #include <string.h> #include <glib/gi18n.h> #include <gtk/gtk.h> @@ -58,6 +57,7 @@ #include "ephy-stock-icons.h" #include "ephy-web-view.h" #include "ephy-network-manager.h" +#include "ephy-network-manager-defines.h" #define EPHY_SHELL_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_SHELL, EphyShellPrivate)) |