Skip to content

Commit

Permalink
cleaned up includes based on include-what-you-use (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave authored Aug 18, 2023
1 parent 62c61a6 commit 03a3613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplecpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <algorithm>
#include <cassert>
#include <climits>
#include <cstddef>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
Expand Down

0 comments on commit 03a3613

Please sign in to comment.