Remove obsolete version.h inclusions

These have mostly been added because of FF_API_*; yet when these were
removed, removing the header has been forgotten.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2021-06-11 21:54:31 +02:00
parent 2c05ee092b
commit e7bd47e657
29 changed files with 0 additions and 33 deletions

View file

@ -25,7 +25,6 @@
#include "macros.h"
#include "mem_internal.h"
#include "version.h"
#define MAX_VARS 32
#define MAX_VARS_ALIGN FFALIGN(MAX_VARS+1,4)