Skip to content

Commit

Permalink
z3.h: Don't include stdio.h (#7014)
Browse files Browse the repository at this point in the history
This doesn't seem to actually be used or needed here.
  • Loading branch information
waywardmonkeys committed Nov 24, 2023
1 parent a10c93e commit 2354998
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/z3.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Module Name:

#pragma once

#include <stdio.h>
#include <stdbool.h>
#include <stdint.h>
#include "z3_macros.h"
Expand Down

0 comments on commit 2354998

Please sign in to comment.