Skip to content
Snippets Groups Projects
Commit 957ca246 authored by chrfranke's avatar chrfranke
Browse files

Win32 port: unused include removed

parent aa7a8a05
No related tags found
No related merge requests found
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#include <ctype.h> #include <ctype.h>
#include <stdio.h> #include <stdio.h>
#include <syslog.h>
#include <string.h> #include <string.h>
#include "atacmdnames.h" #include "atacmdnames.h"
#include "atacmds.h" #include "atacmds.h"
...@@ -35,7 +34,7 @@ ...@@ -35,7 +34,7 @@
#include "knowndrives.h" #include "knowndrives.h"
#include "config.h" #include "config.h"
const char *ataprint_c_cvsid="$Id: ataprint.cpp,v 1.115 2003/11/26 20:42:49 pjwilliams Exp $" const char *ataprint_c_cvsid="$Id: ataprint.cpp,v 1.115.2.1 2004/02/23 15:27:21 chrfranke Exp $"
ATACMDNAMES_H_CVSID ATACMDS_H_CVSID ATAPRINT_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID KNOWNDRIVES_H_CVSID SMARTCTL_H_CVSID UTILITY_H_CVSID; ATACMDNAMES_H_CVSID ATACMDS_H_CVSID ATAPRINT_H_CVSID CONFIG_H_CVSID EXTERN_H_CVSID KNOWNDRIVES_H_CVSID SMARTCTL_H_CVSID UTILITY_H_CVSID;
// for passing global control variables // for passing global control variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment