diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/cubeb/cubeb-stdint.h.vs | 5 | ||||
-rw-r--r-- | include/cubeb/cubeb.h | 2 |
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" { |