diff --git a/source/blender/blenlib/BLI_blenlib.h b/source/blender/blenlib/BLI_blenlib.h deleted file mode 100644 index 871fcc8705f..00000000000 --- a/source/blender/blenlib/BLI_blenlib.h +++ /dev/null @@ -1,49 +0,0 @@ -/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved. - * - * SPDX-License-Identifier: GPL-2.0-or-later */ - -/** \file - * \ingroup bli - * - * \section aboutbli Blender Library external interface - * - * \subsection about About the BLI module - * - * This is the external interface of the Blender Library. If you find - * a call to a BLI function that is not prototyped here, please add a - * prototype here. The library offers mathematical operations (mainly - * vector and matrix calculus), an abstraction layer for file i/o, - * functions for calculating Perlin noise, scan-filling services for - * triangles, and a system for guarded memory - * allocation/deallocation. There is also a patch to make MS Windows - * behave more or less Posix-compliant. - * - * \subsection issues Known issues with BLI - * - * - blenlib is written in C. - * - The posix-compliance may move to a separate lib that deals with - * platform dependencies. (There are other platform-dependent - * fixes as well.) - * - The file i/o has some redundant code. It should be cleaned. - * - * \subsection dependencies Dependencies - * - * - The blenlib uses type defines from \ref DNA, and functions from - * standard libraries. - */ - -#pragma once - -#include - -#include "BLI_listbase.h" - -#include "BLI_string.h" - -#include "BLI_string_utf8.h" - -#include "BLI_path_utils.hh" - -#include "BLI_fileops.h" - -#include "BLI_rect.h" diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt index 329b6950d9d..9818370652c 100644 --- a/source/blender/blenlib/CMakeLists.txt +++ b/source/blender/blenlib/CMakeLists.txt @@ -196,7 +196,6 @@ set(SRC BLI_bit_vector.hh BLI_bitmap.h BLI_bitmap_draw_2d.h - BLI_blenlib.h BLI_bounds.hh BLI_bounds_types.hh BLI_boxpack_2d.h