Drop unnecessary headers

This commit is contained in:
Kim Woelders 2021-03-26 17:47:43 +01:00
parent 83e1e71bee
commit 9d0e6438db
30 changed files with 2 additions and 82 deletions

View File

@ -15,9 +15,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <stdarg.h>
#include <stdio.h>
#include "config.h"
#include "epplet.h"

View File

@ -20,8 +20,6 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <stdio.h>
#include "config.h"
#include "epplet.h"
#include "net.h"

View File

@ -20,11 +20,6 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <stdio.h>
#include <sys/time.h>
#include <signal.h>
#include <sys/wait.h>
#include <errno.h>
#include "config.h"
#include "epplet.h"

View File

@ -1,4 +1,4 @@
#include <epplet.h>
#include "epplet.h"
#include "config.h"
static Epplet_gadget b_close, b_help;

View File

@ -1,8 +1,3 @@
#include <stdio.h>
#include <sys/time.h>
#include <signal.h>
#include <sys/wait.h>
#include <errno.h>
#include "config.h"
#include "epplet.h"

View File

@ -20,9 +20,6 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <errno.h>
#include <stdio.h>
#include "config.h"
#include "epplet.h"

View File

@ -20,8 +20,6 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <stdio.h>
#include "config.h"
#include "epplet.h"

View File

@ -20,8 +20,6 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <stdio.h>
#include "config.h"
#include "epplet.h"

View File

@ -20,9 +20,6 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <errno.h>
#include <stdio.h>
#include "config.h"
#include "epplet.h"

View File

@ -22,8 +22,6 @@
* <brunton@dweeb.turner.com> */
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <sys/ioctl.h>
#include "config.h"

View File

@ -1,8 +1,3 @@
#include <stdio.h>
#include <sys/time.h>
#include <signal.h>
#include <sys/wait.h>
#include <errno.h>
#include "config.h"
#include "epplet.h"
#include "net.h"

View File

@ -3,9 +3,6 @@
/* author: Shawn M. Veader */
/* email: veader@cc.gatech.edu */
/****************************************************************/
#include <errno.h>
#include <stdio.h>
#include "config.h"
#include "epplet.h"
#include "net.h"

View File

@ -5,7 +5,6 @@
* You can also occasionally find me on efnet #e as hunchback.
* Modified by Rahsheen Porter (StriderZ) */
#include <stdio.h>
#include <sys/time.h>
#include "config.h"

View File

@ -20,8 +20,6 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <stdio.h>
#include "config.h"
#include "epplet.h"

View File

@ -30,8 +30,6 @@
*
**********************************************************************/
#include <stdio.h>
#include "config.h"
#include "epplet.h"

View File

@ -32,7 +32,6 @@
#include <errno.h>
#include <signal.h>
#include <stdio.h>
#include <sys/wait.h>
#include "config.h"

View File

@ -1,6 +1,3 @@
#define _GNU_SOURCE
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
#include "config.h"

View File

@ -19,8 +19,6 @@
*/
#include <esd.h>
#include <fcntl.h>
#include <stdio.h>
#include <unistd.h>
#include "config.h"
#include "epplet.h"

View File

@ -17,8 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*/
#include <stdio.h>
#include "config.h"
#include "cloak.h"
#include "epplet.h"

View File

@ -17,8 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*/
#include <stdio.h>
#include "config.h"
#include "epplet.h"
#include "utils.h"

View File

@ -21,7 +21,6 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <dirent.h>
#include <stdio.h>
#include "config.h"
#include "epplet.h"

View File

@ -20,8 +20,6 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <stdio.h>
#include "config.h"
#include "epplet.h"

View File

@ -20,15 +20,6 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <stdio.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/stat.h>
#include <signal.h>
#include <sys/wait.h>
#include <errno.h>
#include <dirent.h>
#include <unistd.h>
#include "config.h"
#include "epplet.h"

View File

@ -21,7 +21,6 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <errno.h>
#include <stdio.h>
#include "config.h"
#include "epplet.h"

View File

@ -17,8 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*/
#include <string.h>
#include "config.h"
#include "epplet.h"
#include "utils.h"

View File

@ -4,8 +4,6 @@
* Damn near all the code originally from: cocidius@telebot.net
* and his E-CpuX Epplet.
*/
#include <stdio.h>
#include "config.h"
#include "epplet.h"

View File

@ -20,7 +20,6 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <stdio.h>
#include <signal.h>
#include "config.h"

View File

@ -4,6 +4,7 @@
This is a GPL Licensed program, you know the deal.
*/
#include "config.h"
#include "epplet.h"
#include <sys/ioctl.h>
#include <fcntl.h>
@ -13,8 +14,6 @@
#include <sys/soundcard.h>
#endif
#include "config.h"
static Epplet_gadget vs_master, vs_pcm, vs_lin, vs_cda, b_close, b_help;
#define MIXER_DEV "/dev/mixer"

View File

@ -25,7 +25,6 @@
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <pwd.h>
#include <dirent.h>

View File

@ -20,16 +20,6 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <stdio.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/stat.h>
#include <signal.h>
#include <sys/wait.h>
#include <errno.h>
#include <dirent.h>
#include <unistd.h>
#ifdef __sun__
#include <unistd.h>
#include <kstat.h>