Index: trunk/phase3/includes/AutoLoader.php |
— | — | @@ -596,11 +596,11 @@ |
597 | 597 | 'MWTidy' => 'includes/parser/Tidy.php', |
598 | 598 | |
599 | 599 | # includes/profiler |
600 | | - 'Profiler' => 'includes/Profiler.php', |
601 | | - 'ProfilerSimple' => 'includes/ProfilerSimple.php', |
602 | | - 'ProfilerSimpleText' => 'includes/ProfilerSimpleText.php', |
603 | | - 'ProfilerSimpleUDP' => 'includes/ProfilerSimpleUDP.php', |
604 | | - 'ProfilerStub' => 'includes/ProfilerStub.php', |
| 600 | + 'Profiler' => 'includes/profiler/Profiler.php', |
| 601 | + 'ProfilerSimple' => 'includes/profiler/ProfilerSimple.php', |
| 602 | + 'ProfilerSimpleText' => 'includes/profiler/ProfilerSimpleText.php', |
| 603 | + 'ProfilerSimpleUDP' => 'includes/profiler/ProfilerSimpleUDP.php', |
| 604 | + 'ProfilerStub' => 'includes/profiler/ProfilerStub.php', |
605 | 605 | |
606 | 606 | # includes/search |
607 | 607 | 'MySQLSearchResultSet' => 'includes/search/SearchMySQL.php', |