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

This commit is contained in:
Andreas Schuh 2016-03-01 21:34:24 +00:00
parent b686469597
commit 752c63249b

View file

@ -32,9 +32,11 @@
// For now, this unit test does not cover all features of
// gflags.cc
#include "config.h"
#include <gflags/gflags.h>
#include "config.h"
#include "util.h"
#include <math.h> // for isinf() and isnan()
#include <stdio.h>
#include <stdlib.h>
@ -44,7 +46,6 @@
#endif
#include <vector>
#include <string>
#include "util.h"
TEST_INIT
EXPECT_DEATH_INIT