diff --git a/_admin.php b/inc/Admin.php similarity index 100% rename from _admin.php rename to inc/Admin.php diff --git a/_config.php b/inc/Config.php similarity index 100% rename from _config.php rename to inc/Config.php diff --git a/_install.php b/inc/Install.php similarity index 100% rename from _install.php rename to inc/Install.php diff --git a/index.php b/inc/Manage.php similarity index 100% rename from index.php rename to inc/Manage.php diff --git a/_prepend.php b/inc/Prepend.php similarity index 100% rename from _prepend.php rename to inc/Prepend.php diff --git a/_uninstall.php b/inc/Uninstall.php similarity index 100% rename from _uninstall.php rename to inc/Uninstall.php diff --git a/inc/core/action.php b/inc/core/Action.php similarity index 100% rename from inc/core/action.php rename to inc/core/Action.php diff --git a/inc/core/improve.php b/inc/core/Core.php similarity index 100% rename from inc/core/improve.php rename to inc/core/Core.php diff --git a/inc/core/module.php b/inc/core/Module.php similarity index 100% rename from inc/core/module.php rename to inc/core/Module.php