vapours: cleanup svc includes

This commit is contained in:
Michael Scire 2020-02-22 19:54:50 -08:00
parent eb75d54b2b
commit 9572fb2ce3
18 changed files with 41 additions and 42 deletions

View file

@ -16,8 +16,8 @@
#pragma once
/* NOTE: This header must not be included by svc.hpp. */
#include "svc_common.hpp"
#include "svc_types.hpp"
#include "svc_definitions.hpp"
#include <vapours/svc/svc_common.hpp>
#include <vapours/svc/svc_types.hpp>
#include <vapours/svc/svc_definitions.hpp>
#include "codegen/svc_codegen_kernel_svc_wrapper.hpp"
#include <vapours/svc/codegen/svc_codegen_kernel_svc_wrapper.hpp>