# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: user_import/supported/content_profile.inc
--- user_import/supported/content_profile.inc Base (1.1)
+++ user_import/supported/content_profile.inc Locally Modified (Based On 1.1)
@@ -5,10 +5,9 @@
 if (module_exists('node_import') && module_exists('content')) {
 
   // Load the required API files.
-  include_once('./'. drupal_get_path('module', 'node_import') . '/node_import.api.php');
-  include_once('./'. drupal_get_path('module', 'node_import') . '/node_import.inc');
+  module_load_include('php', 'node_import', '/node_import.api') ;
+  module_load_include('inc', 'node_import', '/node_import') ;
 
-
   /**
    * Implementation of hook_user_import_form_field_match(). Add supported Content Profile fields into our dropdown list.
    */
