]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/logic.h
Move all child widget handling into Container
[libs/gltk.git] / source / logic.h
index 091c4e100def4c0953c7663b7c910d0bbf210bd6..cd105782d03cdf8c40947b79d96591faa6fe6462 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgltk
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GLTK_LOGIC_H_
 #define MSP_GLTK_LOGIC_H_
 
@@ -12,7 +5,6 @@ Distributed under the LGPL
 #include <map>
 #include <string>
 #include <sigc++/slot.h>
-#include <msp/core/except.h>
 #include <msp/datafile/loader.h>
 
 namespace Msp {