diff options
Diffstat (limited to 'src/aboutdata.cpp')
-rw-r--r-- | src/aboutdata.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/aboutdata.cpp b/src/aboutdata.cpp index b5e8cfd..1ae0e98 100644 --- a/src/aboutdata.cpp +++ b/src/aboutdata.cpp @@ -18,11 +18,12 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "aboutdata.h" #ifdef HAVE_CONFIG_H -#include <config.h> +#include "config.h" #endif +#include "aboutdata.h" + static const char description[] = I18N_NOOP( "<p><b>Taking care of your ideas.</b></p>" "<p>A note-taking application that makes it easy to record ideas as you think, and quickly find them later. " |