diff options
Diffstat (limited to 'src/argparser.c')
-rw-r--r-- | src/argparser.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/argparser.c b/src/argparser.c index 37180d4..fcf6edd 100644 --- a/src/argparser.c +++ b/src/argparser.c @@ -16,9 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this library. If not, see <http://www.gnu.org/licenses/>. */ -#include <stdlib.h> -#include <stdio.h> -#include <stdarg.h> +#include "argparser.h" /* Code style constants */ |