Kill unneeded include.

This commit is contained in:
Tamas TEVESZ 2011-11-13 23:07:51 +01:00 committed by Daniel Beer
parent 033ef33c3f
commit b77a482d7d
1 changed files with 1 additions and 1 deletions

View File

@ -21,8 +21,8 @@
#include <string.h>
#include <ctype.h>
#include <stdint.h>
#include <regex.h>
#include <assert.h>
#include "expr.h"
#include "stab.h"
#include "util.h"