1
0
forked from Mirror/wren

Clean up debug header preamble.

This commit is contained in:
Bob Nystrom
2015-03-13 07:26:42 -07:00
parent 3ff56d48ee
commit 46aaff03bc

View File

@ -1,13 +1,5 @@
//
// wren_debug.h
// wren
//
// Created by Bob Nystrom on 11/29/13.
// Copyright (c) 2013 Bob Nystrom. All rights reserved.
//
#ifndef wren_wren_debug_h
#define wren_wren_debug_h
#ifndef wren_debug_h
#define wren_debug_h
#include "wren_value.h"
#include "wren_vm.h"