[gnome-control-center/gnome-3-8] shell: Only include the required libgd headers
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gnome-3-8] shell: Only include the required libgd headers
- Date: Tue, 19 Mar 2013 19:32:22 +0000 (UTC)
commit 36b3929130a2b93e4d2d001fcedceae1b362e28a
Author: Bastien Nocera <hadess hadess net>
Date: Tue Mar 19 20:06:04 2013 +0100
shell: Only include the required libgd headers
Otherwise we need headers that won't be distchecked because
we didn't configure with them.
shell/cc-window.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/shell/cc-window.c b/shell/cc-window.c
index 3f26fe2..c65684d 100644
--- a/shell/cc-window.c
+++ b/shell/cc-window.c
@@ -30,7 +30,10 @@
#include <gdk/gdkkeysyms.h>
#include <gdk/gdkx.h>
#include <string.h>
-#include <libgd/gd.h>
+#include <libgd/gd-stack.h>
+#include <libgd/gd-header-bar.h>
+#include <libgd/gd-header-button.h>
+#include <libgd/gd-styled-text-renderer.h>
#include "cc-panel.h"
#include "cc-shell.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]