diff --git includes/common.inc includes/common.inc
index e453a89..99bfca6 100644
--- includes/common.inc
+++ includes/common.inc
@@ -5355,213 +5355,6 @@ function element_children(&$elements, $sort = FALSE) {
 }
 
 /**
- * Provide theme registration for themes across .inc files.
- */
-function drupal_common_theme() {
-  return array(
-    // theme.inc
-    'placeholder' => array(
-      'variables' => array('text' => NULL)
-    ),
-    'html' => array(
-      'render element' => 'page',
-      'template' => 'html',
-    ),
-    'page' => array(
-      'render element' => 'page',
-      'template' => 'page',
-    ),
-    'region' => array(
-      'render element' => 'elements',
-      'template' => 'region',
-    ),
-    'status_messages' => array(
-      'variables' => array('display' => NULL),
-    ),
-    'link' => array(
-      'variables' => array('text' => NULL, 'path' => NULL, 'options' => array()),
-    ),
-    'links' => array(
-      'variables' => array('links' => NULL, 'attributes' => array('class' => array('links')), 'heading' => array()),
-    ),
-    'image' => array(
-      'variables' => array('path' => NULL, 'alt' => '', 'title' => '', 'attributes' => array(), 'getsize' => TRUE),
-    ),
-    'breadcrumb' => array(
-      'variables' => array('breadcrumb' => NULL),
-    ),
-    'help' => array(
-      'variables' => array(),
-    ),
-    'submenu' => array(
-      'variables' => array('links' => NULL),
-    ),
-    'table' => array(
-      'variables' => array('header' => NULL, 'rows' => NULL, 'attributes' => array(), 'caption' => NULL, 'colgroups' => array(), 'sticky' => TRUE),
-    ),
-    'table_select_header_cell' => array(
-      'variables' => array(),
-    ),
-    'tablesort_indicator' => array(
-      'variables' => array('style' => NULL),
-    ),
-    'mark' => array(
-      'variables' => array('type' => MARK_NEW),
-    ),
-    'item_list' => array(
-      'variables' => array('items' => array(), 'title' => NULL, 'type' => 'ul', 'attributes' => array()),
-    ),
-    'more_help_link' => array(
-      'variables' => array('url' => NULL),
-    ),
-    'feed_icon' => array(
-      'variables' => array('url' => NULL, 'title' => NULL),
-    ),
-    'more_link' => array(
-      'variables' => array('url' => NULL, 'title' => NULL)
-    ),
-    'blocks' => array(
-      'variables' => array('region' => NULL),
-    ),
-    'username' => array(
-      'variables' => array('account' => NULL),
-    ),
-    'progress_bar' => array(
-      'variables' => array('percent' => NULL, 'message' => NULL),
-    ),
-    'indentation' => array(
-      'variables' => array('size' => 1),
-    ),
-    'html_tag' => array(
-      'render element' => 'element',
-    ),
-    // from theme.maintenance.inc
-    'maintenance_page' => array(
-      'variables' => array('content' => NULL, 'show_messages' => TRUE),
-      'template' => 'maintenance-page',
-    ),
-    'update_page' => array(
-      'variables' => array('content' => NULL, 'show_messages' => TRUE),
-    ),
-    'install_page' => array(
-      'variables' => array('content' => NULL),
-    ),
-    'task_list' => array(
-      'variables' => array('items' => NULL, 'active' => NULL),
-    ),
-    'authorize_message' => array(
-      'variables' => array('message' => NULL, 'success' => TRUE),
-    ),
-    'authorize_report' => array(
-      'variables' => array('messages' => array()),
-    ),
-    // from pager.inc
-    'pager' => array(
-      'variables' => array('tags' => array(), 'element' => 0, 'parameters' => array(), 'quantity' => 9),
-    ),
-    'pager_first' => array(
-      'variables' => array('text' => NULL, 'element' => 0, 'parameters' => array()),
-    ),
-    'pager_previous' => array(
-      'variables' => array('text' => NULL, 'element' => 0, 'interval' => 1, 'parameters' => array()),
-    ),
-    'pager_next' => array(
-      'variables' => array('text' => NULL, 'element' => 0, 'interval' => 1, 'parameters' => array()),
-    ),
-    'pager_last' => array(
-      'variables' => array('text' => NULL, 'element' => 0, 'parameters' => array()),
-    ),
-    'pager_link' => array(
-      'variables' => array('text' => NULL, 'page_new' => NULL, 'element' => NULL, 'parameters' => array(), 'attributes' => array()),
-    ),
-    // from locale.inc
-    'locale_admin_manage_screen' => array(
-      'render element' => 'form',
-    ),
-    // from menu.inc
-    'menu_link' => array(
-      'render element' => 'element',
-    ),
-    'menu_tree' => array(
-      'render element' => 'tree',
-    ),
-    'menu_local_task' => array(
-      'render element' => 'element',
-    ),
-    'menu_local_action' => array(
-      'render element' => 'element',
-    ),
-    'menu_local_tasks' => array(
-      'variables' => array(),
-    ),
-    // from form.inc
-    'select' => array(
-      'render element' => 'element',
-    ),
-    'fieldset' => array(
-      'render element' => 'element',
-    ),
-    'radio' => array(
-      'render element' => 'element',
-    ),
-    'radios' => array(
-      'render element' => 'element',
-    ),
-    'date' => array(
-      'render element' => 'element',
-    ),
-    'checkbox' => array(
-      'render element' => 'element',
-    ),
-    'checkboxes' => array(
-      'render element' => 'element',
-    ),
-    'button' => array(
-      'render element' => 'element',
-    ),
-    'image_button' => array(
-      'render element' => 'element',
-    ),
-    'hidden' => array(
-      'render element' => 'element',
-    ),
-    'textfield' => array(
-      'render element' => 'element',
-    ),
-    'form' => array(
-      'render element' => 'element',
-    ),
-    'textarea' => array(
-      'render element' => 'element',
-    ),
-    'password' => array(
-      'render element' => 'element',
-    ),
-    'file' => array(
-      'render element' => 'element',
-    ),
-    'tableselect' => array(
-      'render element' => 'element',
-    ),
-    'form_element' => array(
-      'render element' => 'element',
-    ),
-    'form_required_marker' => array(
-      'arguments' => array('element' => NULL),
-    ),
-    'text_format_wrapper' => array(
-      'render element' => 'element',
-    ),
-    'vertical_tabs' => array(
-      'render element' => 'element',
-    ),
-    'container' => array(
-      'render element' => 'element',
-    ),
-  );
-}
-
-/**
  * @ingroup schemaapi
  * @{
  */
diff --git modules/system/system.module modules/system/system.module
index 95592bd..24463b3 100644
--- modules/system/system.module
+++ modules/system/system.module
@@ -133,7 +133,206 @@ function system_help($path, $arg) {
  * Implement hook_theme().
  */
 function system_theme() {
-  return array_merge(drupal_common_theme(), array(
+  return array(
+    // theme.inc
+    'placeholder' => array(
+      'variables' => array('text' => NULL)
+    ),
+    'html' => array(
+      'render element' => 'page',
+      'template' => 'html',
+    ),
+    'page' => array(
+      'render element' => 'page',
+      'template' => 'page',
+    ),
+    'region' => array(
+      'render element' => 'elements',
+      'template' => 'region',
+    ),
+    'status_messages' => array(
+      'variables' => array('display' => NULL),
+    ),
+    'link' => array(
+      'variables' => array('text' => NULL, 'path' => NULL, 'options' => array()),
+    ),
+    'links' => array(
+      'variables' => array('links' => NULL, 'attributes' => array('class' => array('links')), 'heading' => array()),
+    ),
+    'image' => array(
+      'variables' => array('path' => NULL, 'alt' => '', 'title' => '', 'attributes' => array(), 'getsize' => TRUE),
+    ),
+    'breadcrumb' => array(
+      'variables' => array('breadcrumb' => NULL),
+    ),
+    'help' => array(
+      'variables' => array(),
+    ),
+    'submenu' => array(
+      'variables' => array('links' => NULL),
+    ),
+    'table' => array(
+      'variables' => array('header' => NULL, 'rows' => NULL, 'attributes' => array(), 'caption' => NULL, 'colgroups' => array(), 'sticky' => TRUE),
+    ),
+    'table_select_header_cell' => array(
+      'variables' => array(),
+    ),
+    'tablesort_indicator' => array(
+      'variables' => array('style' => NULL),
+    ),
+    'mark' => array(
+      'variables' => array('type' => MARK_NEW),
+    ),
+    'item_list' => array(
+      'variables' => array('items' => array(), 'title' => NULL, 'type' => 'ul', 'attributes' => array()),
+    ),
+    'more_help_link' => array(
+      'variables' => array('url' => NULL),
+    ),
+    'feed_icon' => array(
+      'variables' => array('url' => NULL, 'title' => NULL),
+    ),
+    'more_link' => array(
+      'variables' => array('url' => NULL, 'title' => NULL)
+    ),
+    'blocks' => array(
+      'variables' => array('region' => NULL),
+    ),
+    'username' => array(
+      'variables' => array('account' => NULL),
+    ),
+    'progress_bar' => array(
+      'variables' => array('percent' => NULL, 'message' => NULL),
+    ),
+    'indentation' => array(
+      'variables' => array('size' => 1),
+    ),
+    'html_tag' => array(
+      'render element' => 'element',
+    ),
+    // from theme.maintenance.inc
+    'maintenance_page' => array(
+      'variables' => array('content' => NULL, 'show_messages' => TRUE),
+      'template' => 'maintenance-page',
+    ),
+    'update_page' => array(
+      'variables' => array('content' => NULL, 'show_messages' => TRUE),
+    ),
+    'install_page' => array(
+      'variables' => array('content' => NULL),
+    ),
+    'task_list' => array(
+      'variables' => array('items' => NULL, 'active' => NULL),
+    ),
+    'authorize_message' => array(
+      'variables' => array('message' => NULL, 'success' => TRUE),
+    ),
+    'authorize_report' => array(
+      'variables' => array('messages' => array()),
+    ),
+    // from pager.inc
+    'pager' => array(
+      'variables' => array('tags' => array(), 'element' => 0, 'parameters' => array(), 'quantity' => 9),
+    ),
+    'pager_first' => array(
+      'variables' => array('text' => NULL, 'element' => 0, 'parameters' => array()),
+    ),
+    'pager_previous' => array(
+      'variables' => array('text' => NULL, 'element' => 0, 'interval' => 1, 'parameters' => array()),
+    ),
+    'pager_next' => array(
+      'variables' => array('text' => NULL, 'element' => 0, 'interval' => 1, 'parameters' => array()),
+    ),
+    'pager_last' => array(
+      'variables' => array('text' => NULL, 'element' => 0, 'parameters' => array()),
+    ),
+    'pager_link' => array(
+      'variables' => array('text' => NULL, 'page_new' => NULL, 'element' => NULL, 'parameters' => array(), 'attributes' => array()),
+    ),
+    // from locale.inc
+    'locale_admin_manage_screen' => array(
+      'render element' => 'form',
+    ),
+    // from menu.inc
+    'menu_link' => array(
+      'render element' => 'element',
+    ),
+    'menu_tree' => array(
+      'render element' => 'tree',
+    ),
+    'menu_local_task' => array(
+      'render element' => 'element',
+    ),
+    'menu_local_action' => array(
+      'render element' => 'element',
+    ),
+    'menu_local_tasks' => array(
+      'variables' => array(),
+    ),
+    // from form.inc
+    'select' => array(
+      'render element' => 'element',
+    ),
+    'fieldset' => array(
+      'render element' => 'element',
+    ),
+    'radio' => array(
+      'render element' => 'element',
+    ),
+    'radios' => array(
+      'render element' => 'element',
+    ),
+    'date' => array(
+      'render element' => 'element',
+    ),
+    'checkbox' => array(
+      'render element' => 'element',
+    ),
+    'checkboxes' => array(
+      'render element' => 'element',
+    ),
+    'button' => array(
+      'render element' => 'element',
+    ),
+    'image_button' => array(
+      'render element' => 'element',
+    ),
+    'hidden' => array(
+      'render element' => 'element',
+    ),
+    'textfield' => array(
+      'render element' => 'element',
+    ),
+    'form' => array(
+      'render element' => 'element',
+    ),
+    'textarea' => array(
+      'render element' => 'element',
+    ),
+    'password' => array(
+      'render element' => 'element',
+    ),
+    'file' => array(
+      'render element' => 'element',
+    ),
+    'tableselect' => array(
+      'render element' => 'element',
+    ),
+    'form_element' => array(
+      'render element' => 'element',
+    ),
+    'form_required_marker' => array(
+      'arguments' => array('element' => NULL),
+    ),
+    'text_format_wrapper' => array(
+      'render element' => 'element',
+    ),
+    'vertical_tabs' => array(
+      'render element' => 'element',
+    ),
+    'container' => array(
+      'render element' => 'element',
+    ),
     'system_themes_form' => array(
       'render element' => 'form',
       'file' => 'system.admin.inc',
@@ -189,7 +388,7 @@ function system_theme() {
       'render element' => 'form',
       'file' => 'system.admin.inc',
     ),
-  ));
+  );
 }
 
 /**
