summaryrefslogtreecommitdiff
path: root/testing/test_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'testing/test_util.h')
-rw-r--r--testing/test_util.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/test_util.h b/testing/test_util.h
index 5f85ec7..f50d259 100644
--- a/testing/test_util.h
+++ b/testing/test_util.h
@@ -8,9 +8,8 @@
#ifndef LIBWEBM_TESTING_TEST_UTIL_H_
#define LIBWEBM_TESTING_TEST_UTIL_H_
-#include <stdint.h>
-
#include <cstddef>
+#include <cstdint>
#include <string>
namespace mkvparser {
@@ -85,4 +84,4 @@ bool ParseMkvFileReleaseParser(const std::string& webm_file,
} // namespace test
-#endif // LIBWEBM_TESTING_TEST_UTIL_H_ \ No newline at end of file
+#endif // LIBWEBM_TESTING_TEST_UTIL_H_