Skip to content

Commit

Permalink
bits/stdc++.h is non-standard and unportable, replace with actually u…
Browse files Browse the repository at this point in the history
…sed headers
  • Loading branch information
AMDmi3 committed Jul 1, 2016
1 parent d63dc3c commit b19d373
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graph.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <bits/stdc++.h>
#include <algorithm>

#include "graph.hxx"
#include "dsu.hxx"
Expand Down
4 changes: 3 additions & 1 deletion main.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#include <bits/stdc++.h>
#include <cassert>
#include <cstdio>
#include <iostream>

#include "graph.hxx"

Expand Down

0 comments on commit b19d373

Please sign in to comment.