Mental note: When you make a fix, remember to save it before committing.
Review URL: http://codereview.chromium.org/
5330005
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5887
ce2b1a6d-e550-0410-aec6-
3dcde31c8c00
#include "../include/v8stdint.h"
#include "globals.h"
#include "checks.h"
+#include "utils.h"
#include "allocation.h"
#include "hashmap.h"
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#ifndef V8_CHECKS_H_
-#define V8_CHECKS_H_
+#ifndef V8_V8CHECKS_H_
+#define V8_V8CHECKS_H_
#include "checks.h"
#define ASSERT_SIZE_TAG_ALIGNED(size) ASSERT((size & HeapObjectTagMask()) == 0)
-#endif // V8_CHECKS_H_
+#endif // V8_V8CHECKS_H_