Skip to content

Commit

Permalink
Removed unnecessary inclusions.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianishere committed Apr 21, 2012
1 parent 6134f84 commit 58f1030
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/brainfuck.c
@@ -1,11 +1,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#ifndef BRAINFUCK_H
#include "brainfuck.h"
#endif

#define MAX_CELLS 65536

void brainfuck_eval(char chars[]) {
Expand Down

0 comments on commit 58f1030

Please sign in to comment.