1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#ifndef QPACKAGEKIT_H #define QPACKAGEKIT_H #include "Daemon.h" #include "Transaction.h" // Enums #include "Exit.h" #include "Actions.h" #include "Error.h" #include "Exit.h" #include "Provides.h" #include "Restart.h" #include "Role.h" #include "SignatureType.h" #include "Status.h" #include "Groups.h" #include "Info.h" #endif