From e287f5e5ff28077a594adf7565e0e6caaee25627 Mon Sep 17 00:00:00 2001 From: Jordan DeLong Date: Sat, 20 Apr 2013 13:12:17 -0700 Subject: [PATCH] Fix some mismatched include guards --- hphp/runtime/base/preg.h | 2 +- hphp/runtime/vm/translator/translator-deps.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hphp/runtime/base/preg.h b/hphp/runtime/base/preg.h index 71bc03ac8..c4f1838d4 100644 --- a/hphp/runtime/base/preg.h +++ b/hphp/runtime/base/preg.h @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ */ -#ifndef incl_HPHP_PREG_H__ +#ifndef incl_HPHP_PREG_H_ #define incl_HPHP_PREG_H_ #include diff --git a/hphp/runtime/vm/translator/translator-deps.h b/hphp/runtime/vm/translator/translator-deps.h index a81d75f2c..c36806323 100644 --- a/hphp/runtime/vm/translator/translator-deps.h +++ b/hphp/runtime/vm/translator/translator-deps.h @@ -14,8 +14,8 @@ +----------------------------------------------------------------------+ */ -#ifndef TRANSLATOR_DEPS_H_ -#define TRANSLATOR_DEPS_H +#ifndef incl_HPHP_TRANSLATOR_DEPS_H +#define incl_HPHP_TRANSLATOR_DEPS_H #include #include