summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorRob Earhart <earhart@google.com>2016-02-18 18:16:44 -0800
committerRob Earhart <earhart@google.com>2016-02-18 18:28:31 -0800
commit40b85b18def5c70fd78c6a5610d545764fdce0e0 (patch)
treee991cc620d8d601f9f2733f84cf0990d901c137d /src/util.h
parentf9fa30506c675689a9fef3f703f3aa97325e8d4f (diff)
downloadgflags-40b85b18def5c70fd78c6a5610d545764fdce0e0.tar.gz
gflags-40b85b18def5c70fd78c6a5610d545764fdce0e0.tar.bz2
gflags-40b85b18def5c70fd78c6a5610d545764fdce0e0.zip
Add bazel support
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index fb59b38..164e3cf 100644
--- a/src/util.h
+++ b/src/util.h
@@ -37,7 +37,6 @@
#include "config.h"
#include <assert.h>
-#include <config.h>
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif