]> Git Repo - VerusCoin.git/blobdiff - src/qt/intro.h
Cleanup code using forward declarations.
[VerusCoin.git] / src / qt / intro.h
index 8b09847abdcdd107d76d6da3ee27895157a489c1..72693d5544f3e63370d9045bdd712ef0d3fc244f 100644 (file)
@@ -1,14 +1,19 @@
+// Copyright (c) 2011-2013 The Bitcoin developers
+// Distributed under the MIT/X11 software license, see the accompanying
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+
 #ifndef INTRO_H
 #define INTRO_H
 
 #include <QDialog>
-#include <QThread>
 #include <QMutex>
+#include <QThread>
+
+class FreespaceChecker;
 
 namespace Ui {
 class Intro;
 }
-class FreespaceChecker;
 
 /** Introduction screen (pre-GUI startup).
   Allows the user to choose a data directory,
This page took 0.020192 seconds and 4 git commands to generate.