From 5712d7da7d182e97f7a241effe94b0400aec0d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Thu, 9 Apr 2020 17:20:33 +0200 Subject: [PATCH] Fixed inconsistent header inclusion syntax --- lib/ProxySQL_GloVars.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ProxySQL_GloVars.cpp b/lib/ProxySQL_GloVars.cpp index ae251939e..6de8b4848 100644 --- a/lib/ProxySQL_GloVars.cpp +++ b/lib/ProxySQL_GloVars.cpp @@ -1,9 +1,9 @@ #include "ezOptionParser.hpp" -#include "prometheus/registry.h" #include "proxysql.h" #include "cpp.h" #include #include +#include #include "SpookyV2.h" static void term_handler(int sig) {