diff options
author | Ted Gould <ted@gould.cx> | 2012-01-31 21:21:26 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-01-31 21:21:26 -0600 |
commit | ab073d8e5adf1b6771f5d9e5f4b8aaf20800b604 (patch) | |
tree | 3a6cd41a08b7ba6bb40da8dbf784ea75b342b9a8 /src/user-widget.h | |
parent | c2ade265fc4a138a3d2d9f4081188ad5c380ca37 (diff) | |
download | ayatana-indicator-session-ab073d8e5adf1b6771f5d9e5f4b8aaf20800b604.tar.gz ayatana-indicator-session-ab073d8e5adf1b6771f5d9e5f4b8aaf20800b604.tar.bz2 ayatana-indicator-session-ab073d8e5adf1b6771f5d9e5f4b8aaf20800b604.zip |
Modifying includes to not include libdbusmenu-gtk3 stuff
Diffstat (limited to 'src/user-widget.h')
-rw-r--r-- | src/user-widget.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/user-widget.h b/src/user-widget.h index e1f6d1a..52a5e34 100644 --- a/src/user-widget.h +++ b/src/user-widget.h @@ -20,11 +20,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define __USER_WIDGET_H__ #include <gtk/gtk.h> -#if GTK_CHECK_VERSION(3, 0, 0) -#include <libdbusmenu-gtk3/menuitem.h> -#else #include <libdbusmenu-gtk/menuitem.h> -#endif G_BEGIN_DECLS |