diff options
Diffstat (limited to 'src/qt/intro.h')
-rw-r--r-- | src/qt/intro.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/qt/intro.h b/src/qt/intro.h index 8b09847abd..72693d5544 100644 --- a/src/qt/intro.h +++ b/src/qt/intro.h @@ -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, |