[App] remove some unused includes

This commit is contained in:
Uwe
2022-02-25 02:25:47 +01:00
parent f8f3c448ef
commit d837160c8e
7 changed files with 18 additions and 19 deletions

View File

@@ -26,9 +26,11 @@
# include <cstdlib>
#endif
#include "ColorModel.h"
#include <Base/Exception.h>
#include "ColorModel.h"
using namespace App;