summaryrefslogtreecommitdiff
path: root/src/gui/tabbedcontainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/tabbedcontainer.cpp')
-rw-r--r--src/gui/tabbedcontainer.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/gui/tabbedcontainer.cpp b/src/gui/tabbedcontainer.cpp
index fc3efbd5..8e95aa7c 100644
--- a/src/gui/tabbedcontainer.cpp
+++ b/src/gui/tabbedcontainer.cpp
@@ -17,18 +17,15 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id: tabbedcontainer.cpp 4045 2008-04-07 15:23:07Z b_lindeijer $
*/
#include <algorithm>
-#include "tabbedcontainer.h"
-
#include "button.h"
+#include "tabbedcontainer.h"
-#include "../utils/tostring.h"
#include "../utils/dtor.h"
+#include "../utils/tostring.h"
TabbedContainer::TabbedContainer(int width, int padX, int buttonHeight,
int height, int padY, int buttonsPerRow):