Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenlib/intern/BLI_fileops.h')
-rw-r--r--source/blender/blenlib/intern/BLI_fileops.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenlib/intern/BLI_fileops.h b/source/blender/blenlib/intern/BLI_fileops.h
index 520ece11ff8..622706a32e9 100644
--- a/source/blender/blenlib/intern/BLI_fileops.h
+++ b/source/blender/blenlib/intern/BLI_fileops.h
@@ -39,10 +39,6 @@
#ifndef BLI_FILEOPS_H
#define BLI_FILEOPS_H
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
char *first_slash(char *string);
/* only for the sane unix world: direct calls to system functions :( */