Cleanup: Unused alloca definitions and includes

This commit is contained in:
Charles Pigott
2023-04-11 08:40:50 +01:00
committed by PeterN
parent b282664242
commit 6fc28d649e
13 changed files with 6 additions and 21 deletions

View File

@@ -8,6 +8,7 @@
/** @file stringfilter.cpp Searching and filtering using a stringterm. */
#include "stdafx.h"
#include "core/alloc_func.hpp"
#include "string_func.h"
#include "strings_func.h"
#include "stringfilter_type.h"