Cleanup import of headers

This commit is contained in:
Iwan Timmer
2017-05-28 13:18:57 +02:00
parent 49a447c3d4
commit be2b44f124
14 changed files with 27 additions and 19 deletions

View File

@@ -20,8 +20,9 @@
#define _GNU_SOURCE
#include "platform.h"
#include "audio.h"
#include "video.h"
#include "audio/audio.h"
#include "video/video.h"
#include <stdlib.h>
#include <string.h>