diff options
Diffstat (limited to '')
-rw-r--r-- | install/asn1_decoder.cpp (renamed from asn1_decoder.cpp) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/asn1_decoder.cpp b/install/asn1_decoder.cpp index 285214f16..2d81a6e13 100644 --- a/asn1_decoder.cpp +++ b/install/asn1_decoder.cpp @@ -14,9 +14,7 @@ * limitations under the License. */ -#include "asn1_decoder.h" - -#include <stdint.h> +#include "private/asn1_decoder.h" int asn1_context::peek_byte() const { if (length_ == 0) { |