Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joshua Root
libaacs
Commits
8c81db6b
Commit
8c81db6b
authored
May 29, 2010
by
gates
Browse files
Remove unnecessary headers and set needed ones to be explicitely required
parent
67f1f552
Changes
2
Show whitespace changes
Inline
Side-by-side
src/libaacs/mkb.c
View file @
8c81db6b
...
...
@@ -2,13 +2,7 @@
#include "config.h"
#endif
#if HAVE_MALLOC_H
#include <malloc.h>
#endif
#if HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include "mkb.h"
#include "../file/file.h"
...
...
src/libaacs/mkb.h
View file @
8c81db6b
...
...
@@ -3,8 +3,6 @@
#define MKB_H_
#include <stdint.h>
#include <unistd.h>
#include <stdio.h>
typedef
struct
mkb
MKB
;
struct
mkb
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment