summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-05-18 15:51:14 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2014-05-18 15:51:14 +0200
commit91a6f4234553b05ee2e33a95c1eb4e2150f04602 (patch)
treed566e775ea7e45dad122bac95b26b2106c6ad4a1
parente97cae0eb3bb1d3ff8505ea3f893c6f5796bd77f (diff)
downloadmutter-91a6f4234553b05ee2e33a95c1eb4e2150f04602.tar.gz
Drop leftover menu.h/metaaccellabel.h references
In addition to 8640982e682fe00de21b2ea7301969a7ea74deee
-rw-r--r--doc/reference/Makefile.am2
-rw-r--r--src/ui/frames.c1
-rw-r--r--src/ui/ui.c1
3 files changed, 0 insertions, 4 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index f411e2629..37b6634a0 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -79,8 +79,6 @@ IGNORE_HFILES= \
iconcache.h \
inlinepixbufs.h \
keybindings-private.h \
- menu.h \
- metaaccellabel.h \
meta-background-actor-private.h \
meta-background-group-private.h \
meta-module.h \
diff --git a/src/ui/frames.c b/src/ui/frames.c
index 3ba21dd0e..fd223d79b 100644
--- a/src/ui/frames.c
+++ b/src/ui/frames.c
@@ -28,7 +28,6 @@
#include "frames.h"
#include <meta/util.h>
#include "core.h"
-#include "menu.h"
#include <meta/theme.h>
#include <meta/prefs.h>
#include "ui.h"
diff --git a/src/ui/ui.c b/src/ui/ui.c
index b0300518b..d5a650f77 100644
--- a/src/ui/ui.c
+++ b/src/ui/ui.c
@@ -24,7 +24,6 @@
#include "ui.h"
#include "frames.h"
#include <meta/util.h>
-#include "menu.h"
#include "core.h"
#include "theme-private.h"