diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/data.c | 1 | ||||
| -rw-r--r-- | src/lisp.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index a86f86c52f5..c4b9cff8ae0 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -23,7 +23,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 23 | #include <math.h> | 23 | #include <math.h> |
| 24 | #include <stdio.h> | 24 | #include <stdio.h> |
| 25 | 25 | ||
| 26 | #include <byteswap.h> | ||
| 27 | #include <count-one-bits.h> | 26 | #include <count-one-bits.h> |
| 28 | #include <count-trailing-zeros.h> | 27 | #include <count-trailing-zeros.h> |
| 29 | #include <intprops.h> | 28 | #include <intprops.h> |
diff --git a/src/lisp.h b/src/lisp.h index 6226ab33244..f066c876619 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -36,6 +36,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 36 | #endif | 36 | #endif |
| 37 | 37 | ||
| 38 | #include <attribute.h> | 38 | #include <attribute.h> |
| 39 | #include <byteswap.h> | ||
| 39 | #include <count-leading-zeros.h> | 40 | #include <count-leading-zeros.h> |
| 40 | #include <intprops.h> | 41 | #include <intprops.h> |
| 41 | #include <verify.h> | 42 | #include <verify.h> |