removed now obsolete #includes coz we moved FbTk/ThemeItems.hh -> FbTk/ThemeItems.cc

This commit is contained in:
akir 2004-10-21 16:49:19 +00:00
parent 66afb1e517
commit 33b55697ab
2 changed files with 2 additions and 4 deletions

View file

@ -19,10 +19,9 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
// $Id: ArrowButton.cc,v 1.10 2004/10/21 11:05:06 akir Exp $
// $Id: ArrowButton.cc,v 1.11 2004/10/21 16:49:19 akir Exp $
#include "ArrowButton.hh"
#include "FbTk/ThemeItems.hh"
#include "ButtonTheme.hh"
ArrowButton::ArrowButton(ArrowButton::Type arrow_type,

View file

@ -19,13 +19,12 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
// $Id: SlitTheme.hh,v 1.5 2004/10/21 10:26:13 akir Exp $
// $Id: SlitTheme.hh,v 1.6 2004/10/21 16:49:19 akir Exp $
#ifndef SLITTHEME_HH
#define SLITTHEME_HH
#include "FbTk/Theme.hh"
#include "FbTk/ThemeItems.hh"
#include "FbTk/Texture.hh"
#include "FbTk/Color.hh"