[libcalamares] Remove Typedefs.h

- This small header file contained a few unrelated typedefs.
   Move those typedefs to the classes they relate to. This
   **does** mean that some consumers need to #include something
   else instead.
 - Use type names more consistently.

Editorial: why are **pages** responsible for creating the jobs?
This commit is contained in:
Adriaan de Groot 2019-05-07 09:51:23 -04:00
parent a99eccf19d
commit 9331a25905
18 changed files with 22 additions and 71 deletions

View file

@ -22,8 +22,6 @@
#include "core/PartUtils.h"
#include "Typedefs.h"
// KPMcore
#include <kpmcore/core/partitiontable.h>
#include <kpmcore/fs/filesystem.h>