blob: 229076f3c5a39818b9cd7893c179a06e5734090b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
From 51e5aff74ecfa40975cfb851f7a64a684a0fee0d Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Sat, 1 Feb 2025 22:32:10 +0100
Subject: [PATCH] Cleanup bogus (un-ifdef'd and duplicated) headers
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
---
kstars/ekos/focus/focus.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/kstars/ekos/focus/focus.cpp b/kstars/ekos/focus/focus.cpp
index 553a94e6f..1193115eb 100644
--- a/kstars/ekos/focus/focus.cpp
+++ b/kstars/ekos/focus/focus.cpp
@@ -12,8 +12,6 @@
#if defined(HAVE_OPENCV)
#include "focusblurriness.h"
#endif
-#include "aberrationinspector.h"
-#include "aberrationinspectorutils.h"
#include "kstars.h"
#include "kstarsdata.h"
#include "Options.h"
--
2.48.1
|