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,12 +14,12 @@
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
#include <runtime/base/array/array_iterator.h>
|
||||
#include <runtime/base/array/array_data.h>
|
||||
#include <runtime/base/array/hphp_array.h>
|
||||
#include <runtime/base/complex_types.h>
|
||||
#include <runtime/base/object_data.h>
|
||||
#include <runtime/ext/ext_collections.h>
|
||||
#include "hphp/runtime/base/array/array_iterator.h"
|
||||
#include "hphp/runtime/base/array/array_data.h"
|
||||
#include "hphp/runtime/base/array/hphp_array.h"
|
||||
#include "hphp/runtime/base/complex_types.h"
|
||||
#include "hphp/runtime/base/object_data.h"
|
||||
#include "hphp/runtime/ext/ext_collections.h"
|
||||
|
||||
namespace HPHP {
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário