summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets/TypeUI.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-23 18:49:27 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-23 18:49:27 -0500
commitae14caeff2938d3375c2bfe97ae3f81fde1e3f37 (patch)
treebaa53d2483ddfed2e8d5ac54f0230cb6fa36256d /sigmodr/widgets/TypeUI.h
parent5db5087bb25a07fee28b0cc2dfc247a2ec2c8a5c (diff)
downloadsigen-ae14caeff2938d3375c2bfe97ae3f81fde1e3f37.tar.gz
sigen-ae14caeff2938d3375c2bfe97ae3f81fde1e3f37.tar.xz
sigen-ae14caeff2938d3375c2bfe97ae3f81fde1e3f37.zip
Fix includes in libsigmodrwidgets
Diffstat (limited to 'sigmodr/widgets/TypeUI.h')
-rw-r--r--sigmodr/widgets/TypeUI.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sigmodr/widgets/TypeUI.h b/sigmodr/widgets/TypeUI.h
index fc0b1daf..55ce9ebd 100644
--- a/sigmodr/widgets/TypeUI.h
+++ b/sigmodr/widgets/TypeUI.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_TYPEUI
#define SIGMODR_TYPEUI
-// Sigmodr includes
-#include "ObjectUI.h"
-
// Form include
#include "ui_type.h"
+// Sigmodr includes
+#include "ObjectUI.h"
+
// Forward declarations
namespace Sigmod
{