summaryrefslogtreecommitdiffstats
path: root/src/objects/statusbar-item-object.h
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2012-03-03 01:30:22 -0500
committerPaul W. Frields <stickster@gmail.com>2012-03-03 01:42:07 -0500
commit28cc3ac9d3890cdfebc6705cce736ba6ade2549a (patch)
tree61c6c5d1750a3c7226bd73f02a4daffb915f2101 /src/objects/statusbar-item-object.h
parent8a53fee1a58b906c41eec378f5db7477e3eba926 (diff)
downloadirssi-python-build-against-fixed-rpm.tar.gz
irssi-python-build-against-fixed-rpm.tar.xz
irssi-python-build-against-fixed-rpm.zip
Revert a couple changesbuild-against-fixed-rpm
This will allow building against an irssi RPM that's been fixed to include missing headers from src/fe-text.
Diffstat (limited to 'src/objects/statusbar-item-object.h')
-rw-r--r--src/objects/statusbar-item-object.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/objects/statusbar-item-object.h b/src/objects/statusbar-item-object.h
index e23a7ce..19243f4 100644
--- a/src/objects/statusbar-item-object.h
+++ b/src/objects/statusbar-item-object.h
@@ -3,8 +3,6 @@
#include <Python.h>
#include "base-objects.h"
-#include "pyirssi.h"
-#include "statusbar.h"
/* forward */
struct SBAR_ITEM_REC;