Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c716b9f

Browse files
committedAug 25, 2024·
removed unnecessary changes
1 parent 5fb39c9 commit c716b9f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
 

‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
build/
22
install/
33
!doc/install/
4-
/.vscode/
54

65
# Editors
76
*.swp

‎core/include/ikos/core/domain/machine_int/operator.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
#pragma once
4545

46-
#include <cstdint> // Fixes #273
46+
#include <cstdint>
4747

4848
#include <ikos/core/number/signedness.hpp>
4949
#include <ikos/core/support/assert.hpp>

‎core/include/ikos/core/semantic/indexable.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#pragma once
4545

4646
#include <cstddef>
47-
#include <cstdint> // Fixes #273
47+
#include <cstdint>
4848

4949
#include <ikos/core/support/mpl.hpp>
5050

0 commit comments

Comments
 (0)
Please sign in to comment.