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