Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
4d29be98
Commit
4d29be98
authored
Nov 04, 2014
by
Mikaël Salson
Browse files
align.cgi: cstdlib already included no need for stdlib.h
C++ code should prefer cstdlib over stdlib.h
parent
6dfcb930
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/cgi/align.cpp
View file @
4d29be98
...
...
@@ -3,7 +3,6 @@
#include
<stdio.h>
#include
<string.h>
#include
<cstdlib>
#include
<stdlib.h>
#include
"../core/dynprog.h"
#include
"../core/fasta.h"
#include
"../core/lazy_msa.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment