Index: third_party/libusb/libusb.h |
diff --git a/third_party/libusb/libusb.h b/third_party/libusb/libusb.h |
deleted file mode 100644 |
index bafd005c9ce213b8c8868af6f8e8ac13b82c140a..0000000000000000000000000000000000000000 |
--- a/third_party/libusb/libusb.h |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-// Copyright (c) 2012 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. |
- |
-#ifndef THIRD_PARTY_LIBUSB_LIBUSB_H_ |
-#define THIRD_PARTY_LIBUSB_LIBUSB_H_ |
- |
-#if defined(USE_SYSTEM_LIBUSB) |
-#include <libusb.h> |
-#else |
-// Relative to '.' which is in the include path. |
-#include "src/libusb/libusb.h" |
-#endif |
- |
-#endif // THIRD_PARTY_LIBUSB_LIBUSB_H_ |