From 957ca246fb96e8b554fda941644b52df740cadf2 Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Mon, 23 Feb 2004 15:27:21 +0000
Subject: [PATCH] Win32 port: unused include removed

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/branches/unlabeled-1.115.2@1502 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/ataprint.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sm5/ataprint.cpp b/sm5/ataprint.cpp
index 674987010..5777b296e 100644
--- a/sm5/ataprint.cpp
+++ b/sm5/ataprint.cpp
@@ -24,7 +24,6 @@
 
 #include <ctype.h>
 #include <stdio.h>
-#include <syslog.h>
 #include <string.h>
 #include "atacmdnames.h"
 #include "atacmds.h"
@@ -35,7 +34,7 @@
 #include "knowndrives.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;
 
 // for passing global control variables
-- 
GitLab