intel_rdt plugin: Include "collectd.h" as first header.
authorFlorian Forster <octo@collectd.org>
Thu, 6 Oct 2016 20:36:53 +0000 (22:36 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 6 Oct 2016 20:36:53 +0000 (22:36 +0200)
src/intel_rdt.c

index 0863a72..d8e775f 100644 (file)
  *   Serhiy Pshyk <serhiyx.pshyk@intel.com>
  **/
 
-#include <pqos.h>
-
+#include "collectd.h"
 #include "common.h"
 
+#include <pqos.h>
+
 #define RDT_PLUGIN "intel_rdt"
 
 #define RDT_MAX_SOCKETS 8