]> sourceware.org Git - lvm2.git/commitdiff
build: ensure configure.h comes first
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 11 Jun 2018 20:38:51 +0000 (22:38 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 11 Jun 2018 20:38:51 +0000 (22:38 +0200)
Fix header order so configure.h is 1st. included header.

device_mapper/libdm-report.c

index e437e4c5b701511594162827beba515143594cd8..cbd0d1669a16b250b3a05be3d6361e8cf94cd184 100644 (file)
@@ -13,8 +13,8 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "base/memory/zalloc.h"
 #include "misc/dmlib.h"
+#include "base/memory/zalloc.h"
 
 #include <ctype.h>
 #include <math.h>  /* fabs() */
This page took 0.036895 seconds and 5 git commands to generate.