From 28cc3ac9d3890cdfebc6705cce736ba6ade2549a Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sat, 3 Mar 2012 01:30:22 -0500 Subject: Revert a couple changes This will allow building against an irssi RPM that's been fixed to include missing headers from src/fe-text. --- src/objects/statusbar-item-object.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/objects') 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 #include "base-objects.h" -#include "pyirssi.h" -#include "statusbar.h" /* forward */ struct SBAR_ITEM_REC; -- cgit