Commit 752c6324 authored by Andreas Schuh's avatar Andreas Schuh

fix: Include order of config.h and gflags.h in unit test

parent b6864695
...@@ -32,9 +32,11 @@ ...@@ -32,9 +32,11 @@
// For now, this unit test does not cover all features of // For now, this unit test does not cover all features of
// gflags.cc // gflags.cc
#include "config.h"
#include <gflags/gflags.h> #include <gflags/gflags.h>
#include "config.h"
#include "util.h"
#include <math.h> // for isinf() and isnan() #include <math.h> // for isinf() and isnan()
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
...@@ -44,7 +46,6 @@ ...@@ -44,7 +46,6 @@
#endif #endif
#include <vector> #include <vector>
#include <string> #include <string>
#include "util.h"
TEST_INIT TEST_INIT
EXPECT_DEATH_INIT EXPECT_DEATH_INIT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment