diff options
Diffstat (limited to 'sigmodr/widgets/WeatherUI.h')
-rw-r--r-- | sigmodr/widgets/WeatherUI.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sigmodr/widgets/WeatherUI.h b/sigmodr/widgets/WeatherUI.h index 63e6fd4f..d9944539 100644 --- a/sigmodr/widgets/WeatherUI.h +++ b/sigmodr/widgets/WeatherUI.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_WEATHERUI #define SIGMODR_WEATHERUI -// Sigmodr includes -#include "ObjectUI.h" - // Form include #include "ui_weather.h" +// Sigmodr includes +#include "ObjectUI.h" + // Forward declarations namespace Sigmod { |