| ... | @@ -5,13 +5,12 @@ | ... | @@ -5,13 +5,12 @@ |
| 5 | * See http://opensource.org/licenses/MIT | 5 | * See http://opensource.org/licenses/MIT |
| 6 | */ | 6 | */ |
| 7 | | 7 | |
| 8 | #include <stdlib.h> | | |
| 9 | #include <stdio.h> | | |
| 10 | #include <stdarg.h> | | |
| 11 | | | |
| 12 | #include "util.hpp" | 8 | #include "util.hpp" |
| 13 | #include "userland.h" | 9 | #include "userland.h" |
| 14 | | 10 | |
| | 11 | #include <stdio.h> |
| | 12 | #include <stdarg.h> |
| | 13 | |
| 15 | void zig_panic(const char *format, ...) { | 14 | void zig_panic(const char *format, ...) { |
| 16 | va_list ap; | 15 | va_list ap; |
| 17 | va_start(ap, format); | 16 | va_start(ap, format); |