Clean up some header includes

Esse commit está contido em:
Eric Caruso
2013-06-06 09:23:38 -07:00
commit de Sara Golemon
commit 9b750620a7
3 arquivos alterados com 9 adições e 9 exclusões
@@ -15,12 +15,12 @@
+----------------------------------------------------------------------+
*/
#include <runtime/ext/ext_asio.h>
#include <runtime/ext/ext_collections.h>
#include <runtime/ext/ext_closure.h>
#include <runtime/ext/asio/asio_context.h>
#include <runtime/ext/asio/asio_session.h>
#include <system/lib/systemlib.h>
#include "hphp/runtime/ext/ext_asio.h"
#include "hphp/runtime/ext/ext_collections.h"
#include "hphp/runtime/ext/ext_closure.h"
#include "hphp/runtime/ext/asio/asio_context.h"
#include "hphp/runtime/ext/asio/asio_session.h"
#include "hphp/system/lib/systemlib.h"
namespace HPHP {
///////////////////////////////////////////////////////////////////////////////
+1 -1
Ver Arquivo
@@ -17,7 +17,7 @@
#include "hphp/test/ext/test_ext_memcached.h"
#include "hphp/runtime/ext/ext_memcached.h"
#include "hphp/runtime/ext/ext_options.h"
#include <test/test_memcached_info.inc>
#include "hphp/test/test_memcached_info.inc"
IMPLEMENT_SEP_EXTENSION_TEST(Memcached);
///////////////////////////////////////////////////////////////////////////////
+2 -2
Ver Arquivo
@@ -49,8 +49,8 @@ int main(int argc, const char* argv[]) {
std::ofstream cpp(argv[1]);
cpp << "#include \"runtime/ext_hhvm/ext_hhvm.h\"\n";
cpp << "#include \"runtime/ext/ext.h\"\n";
cpp << "#include \"hphp/runtime/ext_hhvm/ext_hhvm.h\"\n";
cpp << "#include \"hphp/runtime/ext/ext.h\"\n";
cpp << "#include \"ext_hhvm_infotabs.h\"\n";
cpp << "namespace HPHP {\n";
cpp << " struct TypedValue;\n";