Clean up the merged code.

This commit is contained in:
Jonathan Naylor
2018-07-04 19:00:51 +01:00
parent b65aa233b0
commit bb9db2ce93
4 changed files with 9 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
#include <cstdio>
#include <cassert>
#include <cstring>
#include <stdlib.h>
#include <cstdlib>
const unsigned int BUFFER_LENGTH = 100U;