[App] remove some unused includes

This commit is contained in:
Uwe
2022-02-25 02:25:47 +01:00
parent 713fdfc32d
commit 26102318a0
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;