mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
Make sure all headers do #pragma once
. (#6188)
This commit is contained in:
parent
3a8eb1e7ec
commit
3e38bbb009
41 changed files with 68 additions and 1 deletions
|
@ -17,6 +17,7 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
namespace lp {
|
||||
#include "math/lp/lp_utils.h"
|
||||
struct gomory_test {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue