diff options
author | Rob Earhart <earhart@google.com> | 2016-02-18 18:16:44 -0800 |
---|---|---|
committer | Rob Earhart <earhart@google.com> | 2016-02-18 18:28:31 -0800 |
commit | 40b85b18def5c70fd78c6a5610d545764fdce0e0 (patch) | |
tree | e991cc620d8d601f9f2733f84cf0990d901c137d /src/util.h | |
parent | f9fa30506c675689a9fef3f703f3aa97325e8d4f (diff) | |
download | gflags-40b85b18def5c70fd78c6a5610d545764fdce0e0.tar.gz gflags-40b85b18def5c70fd78c6a5610d545764fdce0e0.tar.bz2 gflags-40b85b18def5c70fd78c6a5610d545764fdce0e0.zip |
Add bazel support
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -37,7 +37,6 @@ #include "config.h" #include <assert.h> -#include <config.h> #ifdef HAVE_INTTYPES_H # include <inttypes.h> #endif |