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