Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jespa007 committed Jan 30, 2023
2 parents c6d2991 + a517fa2 commit ea82326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/util/zj_util.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#pragma once

#include "util/zj_strutils.h"
#include "util/zj_file.h"
#include "util/zj_path.h"
#include "zj_strutils.h"
#include "zj_file.h"
#include "zj_path.h"

#define ZJ_UNUSUED_PARAM(x) ((void)(x))
#define ZJ_UNUSUED_2PARAMS(x1,x2) ((void)(x1),(void)(x2))

0 comments on commit ea82326

Please sign in to comment.