Header include cleanups

This commit is contained in:
twinaphex 2020-10-09 20:23:13 +02:00
parent d3dbfba8bc
commit f38db9e77c
2 changed files with 0 additions and 3 deletions

View File

@ -20,8 +20,6 @@
#ifndef _OZONE_SIDEBAR_H
#define _OZONE_SIDEBAR_H
#include "ozone_texture.h"
enum
{
OZONE_SYSTEM_TAB_MAIN = 0,

View File

@ -21,7 +21,6 @@
#define _OZONE_TEXTURE_H
#include "ozone.h"
#include "ozone_texture.h"
#include "../../menu_driver.h"