Commit b7db1774 authored by Jordan Bayles's avatar Jordan Bayles Committed by Commit Bot

Remove unnecessary include in modp_b64_data.h

Currently, this file checks for a build header, just in case it defines
WORDS_BIGENDIAN. However, this build file never defines this, so it's a
useless include. This breaks attempts to depend on this library from
third party projects, namely Open Screen.

Change-Id: I9e02e530a68423af13a9a2fa0da81f4947dc37e1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481665Reviewed-by: default avatarRyan Sleevi <rsleevi@chromium.org>
Commit-Queue: Jordan Bayles <jophba@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818627}
parent 7d488e3b
#include "build/build_config.h"
#include <stdint.h> #include <stdint.h>
#define CHAR62 '+' #define CHAR62 '+'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment