From edc67b66dbd09bf9a905bb5f1eddd1c19c2df294 Mon Sep 17 00:00:00 2001 From: Rod Smith Date: Sun, 10 Apr 2022 09:28:08 -0400 Subject: Patch set from Bin Meng to clean up some code & support building sgdisk for Windows --- mbrpart.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'mbrpart.h') diff --git a/mbrpart.h b/mbrpart.h index 0de365f..6c7b21a 100644 --- a/mbrpart.h +++ b/mbrpart.h @@ -32,8 +32,6 @@ #define EBR 4 /* sector is used as an EBR or MBR */ #define INVALID 8 /* sector number is too large for disk */ -using namespace std; - // Data for a single MBR partition record // Note that firstSector and lastSector are in CHS addressing, which // splits the bits up in a weird way. -- cgit v1.2.1