feat: move headers to include dir

This commit is contained in:
Michael Mandl 2023-10-19 07:54:57 +02:00
parent 730633f15a
commit b3a7b6fb2b
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
3 changed files with 2 additions and 1 deletions

View file

@ -1,5 +0,0 @@
#pragma once
namespace constexp {
void test();
};

View file

@ -1,5 +0,0 @@
#pragma once
namespace null {
void test();
};