diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-01-31 10:29:29 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-01-31 11:42:15 -0800 |
| commit | 2c069a5685c9e5bf6b1a081d5566357139c4dff3 (patch) | |
| tree | 577d84a923be28a1a650ea95e635e994c9606a5d /shared-module | |
| parent | da206012e206f1b8c292972940ae78e9dbc8cec6 (diff) | |
Polish up comments
Diffstat (limited to 'shared-module')
| -rw-r--r-- | shared-module/displayio/__init__.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-module/displayio/__init__.c b/shared-module/displayio/__init__.c index 32fe6ac5e..f09e4e791 100644 --- a/shared-module/displayio/__init__.c +++ b/shared-module/displayio/__init__.c @@ -2,7 +2,6 @@ #include <string.h> #include "shared-module/displayio/__init__.h" - #include "shared-bindings/displayio/Bitmap.h" #include "shared-bindings/displayio/Display.h" #include "shared-bindings/displayio/Group.h" |
