move util out of include

This commit is contained in:
Mars 2024-06-20 13:35:59 -04:00
parent 3fde4138de
commit d23c3d3ec1
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5
10 changed files with 14 additions and 18 deletions

View file

@ -5,7 +5,7 @@
#include "weather.h"
#include "util/result.h"
#include "../util/result.h"
using WeatherOutput = Weather::WeatherOutput;