Skip to content

Commit d65fbc0

Browse files
committed
Remove include of non-existing error.h header
1 parent 0571658 commit d65fbc0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

TypeTranslator.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#include "TypeTranslator.h"
22
#include "Utils.h"
33

4-
#include <error.h>
5-
64
TypeTranslator::TypeTranslator(clang::ASTContext* ctx_) : ctx(ctx_), typeMap() {
75

86
//Native Types

0 commit comments

Comments
 (0)