aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2016-02-26 15:20:12 +1300
committerMatthew Gregan <[email protected]>2016-02-26 15:20:12 +1300
commitbeba722f1a60308e7e2b840d0a7734e73e40706f (patch)
tree625628957d7d633c592cbad00a60eb2803d053b9 /include
parent06a0e20d1c17a716fb7bc625e2d924d2bbb73396 (diff)
downloadcubeb-beba722f1a60308e7e2b840d0a7734e73e40706f.tar.gz
cubeb-beba722f1a60308e7e2b840d0a7734e73e40706f.zip
Exorcise cubeb-stdint.h generation.
Diffstat (limited to 'include')
-rw-r--r--include/cubeb/cubeb-stdint.h.vs5
-rw-r--r--include/cubeb/cubeb.h2
2 files changed, 1 insertions, 6 deletions
diff --git a/include/cubeb/cubeb-stdint.h.vs b/include/cubeb/cubeb-stdint.h.vs
deleted file mode 100644
index 4622320..0000000
--- a/include/cubeb/cubeb-stdint.h.vs
+++ /dev/null
@@ -1,5 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-#include <stdint.h>
diff --git a/include/cubeb/cubeb.h b/include/cubeb/cubeb.h
index 8b17790..d1db0c9 100644
--- a/include/cubeb/cubeb.h
+++ b/include/cubeb/cubeb.h
@@ -7,7 +7,7 @@
#if !defined(CUBEB_c2f983e9_c96f_e71c_72c3_bbf62992a382)
#define CUBEB_c2f983e9_c96f_e71c_72c3_bbf62992a382
-#include <cubeb/cubeb-stdint.h>
+#include <stdint.h>
#if defined(__cplusplus)
extern "C" {