diff options
Diffstat (limited to 'common.c')
-rw-r--r-- | common.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -16,11 +16,7 @@ * <http://www.gnu.org/licenses/>. * ************************************************************************/ -#include "common.h" - -#include <stdio.h> /* fopen, fgets, printf */ -#include <stdlib.h> /* atoi */ -#include <string.h> /* lots of functions */ +#include "paramano.h" /*********************************************************************** * Return integer value from first line in file |