Skip to content

Commit

Permalink
removed unused libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenni-Foued committed Oct 27, 2020
1 parent 44294c0 commit 620ab8c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion print_b.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "holberton.h"
#include <stdarg.h>
#include <stdlib.h>

/**
* print_c - Print a character.
Expand Down
2 changes: 1 addition & 1 deletion print_c.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "holberton.h"
#include <stdarg.h>
#include <stdlib.h>
/**
* print_c - Print a character.
* @arg: Char to be printed.
Expand Down
1 change: 0 additions & 1 deletion print_i.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "holberton.h"
#include <stdarg.h>
/**
* print_i - prints integer function
*@arg: integer to print
Expand Down
4 changes: 0 additions & 4 deletions print_r.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#include "holberton.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
/**
* print_r - Print a string in reverse.
* @arg: String address.
Expand Down
5 changes: 1 addition & 4 deletions print_s.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#include "holberton.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>

/**
* print_s - Print a string.
* @arg: String address.
Expand Down

0 comments on commit 620ab8c

Please sign in to comment.