mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
util.cpp: canonicalize the order of includes
This commit is contained in:
parent
d3d3e4e374
commit
790d439ce2
@ -5,13 +5,12 @@
|
||||
* See http://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "util.hpp"
|
||||
#include "userland.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
void zig_panic(const char *format, ...) {
|
||||
va_list ap;
|
||||
va_start(ap, format);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user