diff options
| author | Eli Zaretskii | 2024-03-30 10:38:34 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-03-30 10:38:34 +0300 |
| commit | d422e985ff59906e5c8b93e583d084e6d1462539 (patch) | |
| tree | f1d63a8af4b2e67e24abee53738b43a708b39a5d /src/data.c | |
| parent | c2d21bda6182511f453f7bea2cbff2e0640625c9 (diff) | |
| parent | 86c4e5a2fb3fd6b7acb8a3fc10e1e7c2eb8012a9 (diff) | |
| download | emacs-d422e985ff59906e5c8b93e583d084e6d1462539.tar.gz emacs-d422e985ff59906e5c8b93e583d084e6d1462539.zip | |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 1 |
1 files changed, 0 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> |