Skip to content

Commit

Permalink
removed unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mechazo11 committed Aug 25, 2024
1 parent 5fb39c9 commit c716b9f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
build/
install/
!doc/install/
/.vscode/

# Editors
*.swp
Expand Down
2 changes: 1 addition & 1 deletion core/include/ikos/core/domain/machine_int/operator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

#pragma once

#include <cstdint> // Fixes #273
#include <cstdint>

#include <ikos/core/number/signedness.hpp>
#include <ikos/core/support/assert.hpp>
Expand Down
2 changes: 1 addition & 1 deletion core/include/ikos/core/semantic/indexable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#pragma once

#include <cstddef>
#include <cstdint> // Fixes #273
#include <cstdint>

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

Expand Down

0 comments on commit c716b9f

Please sign in to comment.