diff options
| author | Lojewski, Evan <github@meklort.com> | 2019-05-11 17:40:57 -0600 |
|---|---|---|
| committer | Lojewski, Evan <github@meklort.com> | 2019-05-11 17:40:57 -0600 |
| commit | 889a9e53b6ad5d45a2ac3fe99c853c4d03753a2d (patch) | |
| tree | b6cf7eee3f0777317a200c8cc346d8b93bf66a06 /libs/VPD | |
| parent | 447079c15d52cce3a97bbd223194121f7ed609ef (diff) | |
| download | bcm5719-ortega-889a9e53b6ad5d45a2ac3fe99c853c4d03753a2d.tar.gz bcm5719-ortega-889a9e53b6ad5d45a2ac3fe99c853c4d03753a2d.zip | |
Update cross compilation to use ld from compiler, remove system includes.
Diffstat (limited to 'libs/VPD')
| -rw-r--r-- | libs/VPD/include/vpd.h | 4 | ||||
| -rw-r--r-- | libs/VPD/vpd.c | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/libs/VPD/include/vpd.h b/libs/VPD/include/vpd.h index c7c85ea..7245ed3 100644 --- a/libs/VPD/include/vpd.h +++ b/libs/VPD/include/vpd.h @@ -42,9 +42,7 @@ /// @endcond //////////////////////////////////////////////////////////////////////////////// -#include <stdbool.h> -#include <stddef.h> -#include <stdint.h> +#include <types.h> #define VPD_DATA_TYPE_SMALL (0x00) #define VPD_DATA_TYPE_LARGE (0x01) diff --git a/libs/VPD/vpd.c b/libs/VPD/vpd.c index 22b6ca6..824c9b1 100644 --- a/libs/VPD/vpd.c +++ b/libs/VPD/vpd.c @@ -42,7 +42,6 @@ /// @endcond //////////////////////////////////////////////////////////////////////////////// -#include <stdbool.h> #ifdef CXX_SIMULATOR #include <stdio.h> #endif /* CXX_SIMULATOR */ |

