Undo some #include renames

sys/*.h should use angle brackets.
Also, fix most of the lint errors for the affected files
Esse commit está contido em:
Mark Williams
2013-05-14 19:21:05 -07:00
commit de Sara Golemon
commit 86d9acaf6e
63 arquivos alterados com 159 adições e 155 exclusões
+11 -12
Ver Arquivo
@@ -14,19 +14,8 @@
+----------------------------------------------------------------------+
*/
#include <iostream>
#include <iomanip>
#include <algorithm>
#include <boost/format.hpp>
#include <boost/utility/typed_in_place_factory.hpp>
#include <cinttypes>
#include <libgen.h>
#include "sys/mman.h"
#include "hphp/compiler/builtin_symbols.h"
#include "hphp/runtime/vm/bytecode.h"
#include "hphp/compiler/builtin_symbols.h"
#include "hphp/runtime/vm/event_hook.h"
#include "hphp/runtime/vm/translator/translator-deps.h"
#include "hphp/runtime/vm/translator/translator-x64.h"
@@ -68,6 +57,16 @@
#include "hphp/runtime/vm/request_arena.h"
#include "hphp/util/arena.h"
#include <iostream>
#include <iomanip>
#include <algorithm>
#include <boost/format.hpp>
#include <boost/utility/typed_in_place_factory.hpp>
#include <cinttypes>
#include <libgen.h>
#include <sys/mman.h>
namespace HPHP {