aboutsummaryrefslogtreecommitdiff
path: root/libindicator
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2013-01-21 10:58:26 +0100
committerLars Uebernickel <lars.uebernickel@canonical.com>2013-01-21 10:58:26 +0100
commitca52243cf50336e0ef9cb0d1dd867cb657580f1b (patch)
tree8f386d622f1b54ff67d36b205d43c8487ee26f65 /libindicator
parent3822cf902d3b431a182a7416b5f0238ac324ca1d (diff)
downloadlibayatana-indicator-ca52243cf50336e0ef9cb0d1dd867cb657580f1b.tar.gz
libayatana-indicator-ca52243cf50336e0ef9cb0d1dd867cb657580f1b.tar.bz2
libayatana-indicator-ca52243cf50336e0ef9cb0d1dd867cb657580f1b.zip
indicator-ng.h: use local include
Diffstat (limited to 'libindicator')
-rw-r--r--libindicator/indicator-ng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator-ng.h b/libindicator/indicator-ng.h
index 2187443..4dd333e 100644
--- a/libindicator/indicator-ng.h
+++ b/libindicator/indicator-ng.h
@@ -1,7 +1,7 @@
#ifndef __INDICATOR_NG_H__
#define __INDICATOR_NG_H__
-#include <libindicator/indicator-object.h>
+#include "indicator-object.h"
#define INDICATOR_TYPE_NG (indicator_ng_get_type ())
#define INDICATOR_NG(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), INDICATOR_TYPE_NG, IndicatorNg))