Fic includes to use "" instead of <>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <ucore/tailq.h>
|
||||
#include <ucore/utils.h>
|
||||
#include "ucore/tailq.h"
|
||||
#include "ucore/utils.h"
|
||||
|
||||
struct Block {
|
||||
char text[64];
|
||||
|
||||
Reference in New Issue
Block a user