Refactor: move temps detection to own header

This commit is contained in:
Linus Dierheimer
2022-07-26 18:13:12 +02:00
parent fb6da20b0c
commit 676485ef74
5 changed files with 25 additions and 15 deletions
+1
View File
@@ -3,6 +3,7 @@
#include "common/properties.h"
#include "common/printing.h"
#include "common/caching.h"
#include "detection/temps.h"
#include <stdlib.h>
+1
View File
@@ -2,6 +2,7 @@
#include "common/printing.h"
#include "common/caching.h"
#include "common/parsing.h"
#include "detection/temps.h"
#include <stdlib.h>