Fix some mismatched include guards

Esse commit está contido em:
Jordan DeLong
2013-04-20 13:12:17 -07:00
commit de Sara Golemon
commit e287f5e5ff
2 arquivos alterados com 3 adições e 3 exclusões
+1 -1
Ver Arquivo
@@ -14,7 +14,7 @@
+----------------------------------------------------------------------+
*/
#ifndef incl_HPHP_PREG_H__
#ifndef incl_HPHP_PREG_H_
#define incl_HPHP_PREG_H_
#include <runtime/base/types.h>
+2 -2
Ver Arquivo
@@ -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 <vector>
#include <tbb/concurrent_hash_map.h>