commit 3e113853028baa037b66e933c3a83120a035c275
parent d05bee02c73f8d2eb746b1bf3fef2aceee064943
Author: Paul Longtine <paullongtine@gmail.com>
Date: Tue, 26 Sep 2017 17:22:51 -0400
Leftover #include that I forgot to remove!
Diffstat:
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/vm/inc/bc.h b/src/vm/inc/bc.h
@@ -6,7 +6,6 @@
#include <stdlib.h>
#include <stdio.h>
-#include <string.h>
#include "fh.h"
#include "var.h"
diff --git a/src/vm/src/bc.c b/src/vm/src/bc.c
@@ -1,6 +1,5 @@
#include <stdlib.h>
#include <stdio.h>
-#include <string.h>
#include "bc.h"