Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/cpu.c
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2018-09-29 20:46:48 +0300
committerMarvin Scholz <epirat07@gmail.com>2018-09-29 20:58:23 +0300
commitb12445523d5c683311fb4957f04365082f7e9f96 (patch)
tree0923722fb7197232ee719de19ac39ceef78c4762 /src/cpu.c
parent86039b3b1c614d2bec321c8bd45fb7d2d4b6d17d (diff)
Fix include order of config.h
Diffstat (limited to 'src/cpu.c')
-rw-r--r--src/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu.c b/src/cpu.c
index ac6f46c..d747fd3 100644
--- a/src/cpu.c
+++ b/src/cpu.c
@@ -24,10 +24,10 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "config.h"
#include <stdint.h>
-#include "config.h"
#include "src/cpu.h"
static unsigned flags_mask = -1;