From fb85aa15333531f064ec741eb9df3a7ed26baa63 Mon Sep 17 00:00:00 2001 From: flameeyes Date: Fri, 13 Jun 2008 15:58:50 +0000 Subject: [PATCH] Cleanup includes, don't include twice, and include rather than . --- include/cdio++/iso9660.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/cdio++/iso9660.hpp b/include/cdio++/iso9660.hpp index f3b29942..b62cbca3 100644 --- a/include/cdio++/iso9660.hpp +++ b/include/cdio++/iso9660.hpp @@ -1,5 +1,5 @@ /* - $Id: iso9660.hpp,v 1.12 2008/03/25 15:59:10 karl Exp $ + $Id: iso9660.hpp,v 1.13 2008/06/13 15:58:50 flameeyes Exp $ Copyright (C) 2006, 2008 Rocky Bernstein @@ -28,10 +28,9 @@ #include #include -#include -#include #include // vector class library #include +#include using namespace std; /** ISO 9660 class.