Index: sdch/win/config.h |
diff --git a/sdch/win/config.h b/sdch/win/config.h |
deleted file mode 100644 |
index b5fb37c8d0e505aaf8e2bcd355c9202a30820ba8..0000000000000000000000000000000000000000 |
--- a/sdch/win/config.h |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-// Copyright 2014 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-// This file and directory exist so that we can use the provided config.h |
-// without putting vsprojects into our include path (which would also give us an |
-// incorrect/incompatible stdint.h). |
- |
-#ifndef SDCH_WIN_CONFIG_H_ |
-#define SDCH_WIN_CONFIG_H_ |
- |
-#include "../open-vcdiff/vsprojects/config.h" |
- |
-#endif // SDCH_WIN_CONFIG_H_ |