]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- config.h should be first include
authorOndrej Kozina <okozina@redhat.com>
Tue, 5 Feb 2013 18:09:42 +0000 (19:09 +0100)
committerOndrej Kozina <okozina@redhat.com>
Wed, 27 Feb 2013 16:29:01 +0000 (17:29 +0100)
snapper/Filesystem.cc
snapper/XAttributes.cc

index 76dfa499b5ed28ba31796a38291dad3cdc9ae279..361c8511eff2ef62c721f8e3fff047d34573227c 100644 (file)
@@ -33,6 +33,7 @@
 #include <asm/types.h>
 #include <boost/algorithm/string.hpp>
 
+#include "config.h"
 #include "snapper/Log.h"
 #include "snapper/Filesystem.h"
 #ifdef ENABLE_BTRFS
index 0b385e80db337d370f7116b5e3d9cc99b7717f09..940cc270d281f87b62e60bb11e1da84dcc5722a7 100644 (file)
  * 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 <cstdio>
 #include <attr/xattr.h>
 #include <sys/stat.h>
@@ -31,6 +30,7 @@
 #include "snapper/AppUtil.h"
 #include "snapper/Exception.h"
 #include "snapper/Log.h"
+#include "snapper/XAttributes.h"
 
 #include <boost/scoped_array.hpp>