diff options
-rw-r--r-- | src/common.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common.h b/src/common.h index 61e5c79..f1bd414 100644 --- a/src/common.h +++ b/src/common.h @@ -17,10 +17,6 @@ * You should have received a copy of the GNU General Public License * along with redshift-ng. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef REDSHIFT_COMMON_H -#define REDSHIFT_COMMON_H - - #ifndef WINDOWS # if defined(__WIN32__) || defined(_WIN32) # define WINDOWS @@ -1687,6 +1683,3 @@ exact_eq(double a, double b) #if defined(__GNUC__) # pragma GCC diagnostic pop #endif - - -#endif |