Move rewind.h header include to shader_glsl.c

This commit is contained in:
twinaphex 2015-12-04 16:54:09 +01:00
parent 7b1fb48034
commit 8c3c22f15a
2 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@
#include "../video_state_tracker.h"
#include "../../dynamic.h"
#include "../../file_ops.h"
#include "../../rewind.h"
#ifdef HAVE_CONFIG_H
#include "../../config.h"

View File

@ -25,7 +25,6 @@
#endif
#include "video_context_driver.h"
#include "../rewind.h"
#ifdef __cplusplus
extern "C" {