[libcalamares] Rename YamlUtils.h

- Since we have the utils/ filesystem namespace, and use CalamaresUtils::
   as C++ namespace, simplify naming.
This commit is contained in:
Adriaan de Groot 2019-04-29 06:04:55 -04:00
parent 090aee9196
commit f076dd76ad
18 changed files with 21 additions and 21 deletions

View file

@ -24,7 +24,7 @@
#include "utils/CommandList.h"
#include "utils/Logger.h"
#include "utils/YamlUtils.h"
#include "utils/Yaml.h"
#include <QtTest/QtTest>