aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/impl/sync.h')
-rw-r--r--include/grpc++/impl/sync.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/grpc++/impl/sync.h b/include/grpc++/impl/sync.h
index 999c4303cb..3339cddba4 100644
--- a/include/grpc++/impl/sync.h
+++ b/include/grpc++/impl/sync.h
@@ -34,12 +34,6 @@
#ifndef GRPCXX_IMPL_SYNC_H
#define GRPCXX_IMPL_SYNC_H
-#include <grpc++/support/config.h>
-
-#ifdef GRPC_CXX0X_NO_THREAD
-#include <grpc++/impl/sync_no_cxx11.h>
-#else
-#include <grpc++/impl/sync_cxx11.h>
-#endif
+#include <grpc++/impl/codegen/sync.h>
#endif // GRPCXX_IMPL_SYNC_H