diff --git a/tools/abipkgdiff.cc b/tools/abipkgdiff.cc index 84e4addd..7c27be88 100644 --- a/tools/abipkgdiff.cc +++ b/tools/abipkgdiff.cc @@ -56,9 +56,6 @@ /// 4/ the reports are then emitted to standard output, always in the same /// order. -// For package configuration macros. -#include "config.h" - #include #include #include @@ -73,6 +70,8 @@ #include #include +// For package configuration macros. +#include "config.h" #include "abg-workers.h" #include "abg-config.h" #include "abg-tools-utils.h"