Skip to content

Commit

Permalink
Quito assert.h
Browse files Browse the repository at this point in the history
  • Loading branch information
pauek committed Dec 30, 2012
1 parent 258684e commit c4c87f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sudoku.en.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <iostream>
#include <vector>
#include <algorithm>
#include <assert.h>
using namespace std;

class Possible {
Expand Down
1 change: 0 additions & 1 deletion sudoku.es.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <iostream>
#include <vector>
#include <algorithm>
#include <assert.h>
using namespace std;

class Posibles {
Expand Down

0 comments on commit c4c87f9

Please sign in to comment.