From: Ondrej Kozina Date: Tue, 5 Feb 2013 18:09:42 +0000 (+0100) Subject: - config.h should be first include X-Git-Tag: v0.1.3~18^2~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a57f6404674eadc688bc9508ba08d6e4dc618e3b;p=thirdparty%2Fsnapper.git - config.h should be first include --- diff --git a/snapper/Filesystem.cc b/snapper/Filesystem.cc index 76dfa499..361c8511 100644 --- a/snapper/Filesystem.cc +++ b/snapper/Filesystem.cc @@ -33,6 +33,7 @@ #include #include +#include "config.h" #include "snapper/Log.h" #include "snapper/Filesystem.h" #ifdef ENABLE_BTRFS diff --git a/snapper/XAttributes.cc b/snapper/XAttributes.cc index 0b385e80..940cc270 100644 --- a/snapper/XAttributes.cc +++ b/snapper/XAttributes.cc @@ -15,11 +15,10 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * + * */ -#include "XAttributes.h" - +#include "config.h" #include #include #include @@ -31,6 +30,7 @@ #include "snapper/AppUtil.h" #include "snapper/Exception.h" #include "snapper/Log.h" +#include "snapper/XAttributes.h" #include