Fic includes to use "" instead of <>

This commit is contained in:
Nils O. Selåsdal
2014-09-11 21:55:57 +02:00
parent b39cabc055
commit 5f89edc0d9
39 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include <check.h>
#include <stdio.h>
#include <pthread.h>
#include <ucore/ticket_lock.h>
#include "ucore/ticket_lock.h"
//this is intended more as an example
//verifying multithreaded locks requires a more formal approach