summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/cbrt_tablegen_template.c2
-rw-r--r--libavcodec/mpegaudio_tablegen.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/cbrt_tablegen_template.c b/libavcodec/cbrt_tablegen_template.c
index 1d71d342ec..7dcab911a7 100644
--- a/libavcodec/cbrt_tablegen_template.c
+++ b/libavcodec/cbrt_tablegen_template.c
@@ -22,8 +22,8 @@
#include <stdlib.h>
#define CONFIG_HARDCODED_TABLES 0
-#include "cbrt_tablegen.h"
#include "libavutil/tablegen.h"
+#include "cbrt_tablegen.h"
#include "tableprint.h"
int main(void)
diff --git a/libavcodec/mpegaudio_tablegen.c b/libavcodec/mpegaudio_tablegen.c
index 9a9bb4d056..ede7c8e221 100644
--- a/libavcodec/mpegaudio_tablegen.c
+++ b/libavcodec/mpegaudio_tablegen.c
@@ -22,8 +22,8 @@
#include <stdlib.h>
#define CONFIG_HARDCODED_TABLES 0
-#include "mpegaudio_tablegen.h"
#include "libavutil/tablegen.h"
+#include "mpegaudio_tablegen.h"
#include "tableprint.h"
int main(void)