aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/test_config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/util/test_config.cc')
-rw-r--r--test/cpp/util/test_config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/test_config.cc b/test/cpp/util/test_config.cc
index e74f8fb14f..8711746129 100644
--- a/test/cpp/util/test_config.cc
+++ b/test/cpp/util/test_config.cc
@@ -31,8 +31,8 @@
*
*/
-#include <gflags/gflags.h>
#include "test/cpp/util/test_config.h"
+#include <gflags/gflags.h>
// In some distros, gflags is in the namespace google, and in some others,
// in gflags. This hack is enabling us to find both.