make #includes consistent
I was learning from @jdelong and he said that you should use double quotes for local includes and angle brackets for library includes. I asked why our code was the way it was, and he said he wanted to clean it up. I beat him to it :) Conflicts: hphp/runtime/base/server/admin_request_handler.cpp hphp/runtime/vm/named_entity.h
Esse commit está contido em:
@@ -14,13 +14,13 @@
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
#include <runtime/base/array/array_util.h>
|
||||
#include <runtime/base/array/array_iterator.h>
|
||||
#include <runtime/base/string_util.h>
|
||||
#include <runtime/base/builtin_functions.h>
|
||||
#include <runtime/base/runtime_error.h>
|
||||
#include <runtime/ext/ext_math.h>
|
||||
#include <runtime/ext/ext_json.h>
|
||||
#include "hphp/runtime/base/array/array_util.h"
|
||||
#include "hphp/runtime/base/array/array_iterator.h"
|
||||
#include "hphp/runtime/base/string_util.h"
|
||||
#include "hphp/runtime/base/builtin_functions.h"
|
||||
#include "hphp/runtime/base/runtime_error.h"
|
||||
#include "hphp/runtime/ext/ext_math.h"
|
||||
#include "hphp/runtime/ext/ext_json.h"
|
||||
|
||||
namespace HPHP {
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário