kprint moved out from base
This commit is contained in:
parent
66935ae437
commit
d270554dfa
@ -9,7 +9,6 @@ extern "C" {
|
||||
#include "cptr.h"
|
||||
#include "optime.h"
|
||||
#include "type_system/type_system.h"
|
||||
#include "kprint/kprint.h"
|
||||
|
||||
#if __cplusplus
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#include "base_toString.h"
|
||||
#include "../cptr.h"
|
||||
#include "../kprint/kprint_format.h"
|
||||
#include "../../kprint/kprint_format.h"
|
||||
|
||||
char* toString_int(int64 n){
|
||||
int64 d=n;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#include "../base.h"
|
||||
#include "../../String/StringBuilder.h"
|
||||
#include "../String/StringBuilder.h"
|
||||
#include "kprint.h"
|
||||
|
||||
ktId __typeFromFormat(kprint_format f){
|
||||
ktId typeId=kprint_format_ktId(f);
|
||||
@ -4,7 +4,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "../errors.h"
|
||||
#include "../base/errors.h"
|
||||
#include "kprint_colors.h"
|
||||
#include "kprint_format.h"
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "../std.h"
|
||||
#include "../type_system/ktId.h"
|
||||
#include "../base/std.h"
|
||||
#include "../base/type_system/ktId.h"
|
||||
|
||||
typedef enum kprint_dataFormat{
|
||||
// 00000000 00000000 00000000 00000000
|
||||
@ -1,4 +1,5 @@
|
||||
#include "tests.h"
|
||||
#include "../src/kprint/kprint.h"
|
||||
#if defined(_WIN32)|| defined(_WIN64)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user