X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=aligncommand.h;h=7eeaa1eb7e7bc3e2dc28d144d646b2190eb34983;hb=2c97dd48b8e27ee0a6a86c7a082f4c504c3357c6;hp=b455761ed6fdcf2e8c11a6bcbb52b1704caee464;hpb=51fae793786d7911216f40c24874d1cbcaf71f62;p=mothur.git diff --git a/aligncommand.h b/aligncommand.h index b455761..7eeaa1e 100644 --- a/aligncommand.h +++ b/aligncommand.h @@ -1,6 +1,5 @@ #ifndef ALIGNCOMMAND_H #define ALIGNCOMMAND_H - /* * aligncommand.h * Mothur @@ -10,7 +9,6 @@ * */ -#include "mothur.h" #include "command.hpp" #include "database.hpp" #include "alignment.hpp" @@ -120,7 +118,7 @@ struct alignData { }; /**************************************************************************************************/ -#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) #else static DWORD WINAPI MyAlignThreadFunction(LPVOID lpParam){ alignData* pDataArray;