Skip to content

Commit

Permalink
Don't include useless (for C++) header stdbool.h
Browse files Browse the repository at this point in the history
  • Loading branch information
slipher authored and slipher committed Dec 29, 2018
1 parent a9098a8 commit 5008407
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/engine/qcommon/q_shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ void ignore_result(T) {}

// C standard library headers
#include <errno.h>
//#include <fenv.h>
#include <float.h>
#include <iso646.h>
#include <limits.h>
Expand All @@ -80,7 +79,6 @@ void ignore_result(T) {}
#include <setjmp.h>
#include <signal.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
Expand Down

0 comments on commit 5008407

Please sign in to comment.