[anjuta] Do not include devhelp.h if devhelp plugin is not enabled
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] Do not include devhelp.h if devhelp plugin is not enabled
- Date: Sun, 29 Jul 2012 17:08:52 +0000 (UTC)
commit 5304a6df2a26bb5a7f001b15eea87c57213e85d0
Author: SÃbastien Granjoux <seb sfo free fr>
Date: Sun Jul 29 18:47:43 2012 +0200
Do not include devhelp.h if devhelp plugin is not enabled
plugins/devhelp/plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/devhelp/plugin.c b/plugins/devhelp/plugin.c
index 2b75f25..3558b8b 100644
--- a/plugins/devhelp/plugin.c
+++ b/plugins/devhelp/plugin.c
@@ -30,11 +30,11 @@
#include <libanjuta/interfaces/ianjuta-editor.h>
#include <libanjuta/interfaces/ianjuta-help.h>
-#include <devhelp/devhelp.h>
#include "plugin.h"
#ifndef DISABLE_EMBEDDED_DEVHELP
+#include <devhelp/devhelp.h>
#include <webkit/webkit.h>
#define ONLINE_API_DOCS "http://library.gnome.org/devel"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]