[modules] Be more consistent in include punctuation

- Use <> for Qt, system, externals
 - Use double-quotes for Calamares headers
This commit is contained in:
Adriaan de Groot 2020-03-09 20:45:40 -05:00
parent 841ea9ff48
commit ebb3f319cc
27 changed files with 58 additions and 60 deletions

View file

@ -22,7 +22,7 @@
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
*/
#include <SetKeyboardLayoutJob.h>
#include "SetKeyboardLayoutJob.h"
#include "JobQueue.h"
#include "GlobalStorage.h"