summaryrefslogtreecommitdiffstats
path: root/ml/ml-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'ml/ml-private.h')
-rw-r--r--ml/ml-private.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ml/ml-private.h b/ml/ml-private.h
deleted file mode 100644
index e479f2351a..0000000000
--- a/ml/ml-private.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef ML_PRIVATE_H
-#define ML_PRIVATE_H
-
-#include "KMeans.h"
-#include "ml/ml.h"
-
-#include <map>
-#include <mutex>
-#include <sstream>
-
-#endif /* ML_PRIVATE_H */