Cleanups
This commit is contained in:
parent
4a2848af48
commit
fa80ff3c4b
2 changed files with 2 additions and 3 deletions
3
common.h
3
common.h
|
@ -35,7 +35,6 @@
|
||||||
|
|
||||||
#define _BSD_SOURCE // sync
|
#define _BSD_SOURCE // sync
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
@ -87,7 +86,6 @@
|
||||||
#define file_tag_type s32
|
#define file_tag_type s32
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <stdio.h>
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
typedef unsigned char u8;
|
typedef unsigned char u8;
|
||||||
|
@ -190,7 +188,6 @@ typedef u32 fixed8_24;
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
2
main.h
2
main.h
|
@ -20,6 +20,8 @@
|
||||||
#ifndef MAIN_H
|
#ifndef MAIN_H
|
||||||
#define MAIN_H
|
#define MAIN_H
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
TIMER_INACTIVE,
|
TIMER_INACTIVE,
|
||||||
|
|
Loading…
Add table
Reference in a new issue