Small cleanup
(More robust build)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include <glib/gstdio.h>
|
||||
#include <safekeyfile.h>
|
||||
#include <safegtk.h>
|
||||
#include <version.h>
|
||||
#include "version.h"
|
||||
|
||||
CacheImageData::CacheImageData ()
|
||||
: md5(""), supported(false), format(FT_Invalid), rank(0), inTrash(false), recentlySaved(false),
|
||||
|
@@ -31,7 +31,7 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <options.h>
|
||||
#include <version.h>
|
||||
#include "version.h"
|
||||
|
||||
#ifndef WIN32
|
||||
#include <config.h>
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#include <safekeyfile.h>
|
||||
#include <addsetids.h>
|
||||
#include <safegtk.h>
|
||||
#include <version.h>
|
||||
#include "version.h"
|
||||
|
||||
Options options;
|
||||
Glib::ustring versionString = VERSION;
|
||||
|
Reference in New Issue
Block a user