diff options
Diffstat (limited to 'sigmodr/widgets/TileUI.h')
-rw-r--r-- | sigmodr/widgets/TileUI.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sigmodr/widgets/TileUI.h b/sigmodr/widgets/TileUI.h index ea4f12de..1c216762 100644 --- a/sigmodr/widgets/TileUI.h +++ b/sigmodr/widgets/TileUI.h @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel <MathStuf@gmail.com> + * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,12 +18,12 @@ #ifndef SIGMODR_TILEUI #define SIGMODR_TILEUI -// Sigmodr includes -#include "ObjectUI.h" - // Form include #include "ui_tile.h" +// Sigmodr includes +#include "ObjectUI.h" + // Forward declarations namespace Sigmod { |