From 79bbfbf704bf89ab0e1199c542e5f73e5642c64b Mon Sep 17 00:00:00 2001 From: Luke Benstead Date: Thu, 8 Apr 2021 21:01:16 +0100 Subject: [PATCH] Remove old include --- GL/flush.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/GL/flush.c b/GL/flush.c index be0d5f6..8829533 100644 --- a/GL/flush.c +++ b/GL/flush.c @@ -2,8 +2,6 @@ #include "../containers/aligned_vector.h" #include "private.h" #include "profiler.h" -#include "version.h" - static PolyList OP_LIST; static PolyList PT_LIST;