aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/common.cc
diff options
context:
space:
mode:
authorGravatar Jisi Liu <liujisi@google.com>2015-06-16 19:12:25 -0700
committerGravatar Jisi Liu <liujisi@google.com>2015-06-16 19:12:25 -0700
commitb36395b2bac88f70070544c325bc09234cb1f1a6 (patch)
treef2d0c53ce1a94234cc4994ea319f1560f44b2f96 /src/google/protobuf/stubs/common.cc
parent4cbb612299eaf8259db25f5dcda46022fbd1db54 (diff)
parent78d470c7a50d3788bf3f819eba99597aea43674f (diff)
Merge pull request #497 from pherl/config_h
Check HAVE_CONFIG_H before including "config.h"
Diffstat (limited to 'src/google/protobuf/stubs/common.cc')
-rw-r--r--src/google/protobuf/stubs/common.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/google/protobuf/stubs/common.cc b/src/google/protobuf/stubs/common.cc
index 54e00ccb..22cc5aa1 100644
--- a/src/google/protobuf/stubs/common.cc
+++ b/src/google/protobuf/stubs/common.cc
@@ -36,8 +36,6 @@
#include <errno.h>
#include <vector>
-#include "config.h"
-
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN // We only need minimal includes
#include <windows.h>