Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[linux] clean up unused includes #260

Merged
merged 2 commits into from
Jan 3, 2023
Merged

[linux] clean up unused includes #260

merged 2 commits into from
Jan 3, 2023

Commits on Dec 14, 2022

  1. [linux] clean up unused includes

    - cairo is unused since #250
    - utsname and cstring are leftovers from the flutter plugin template
    jpnurmi committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9243118 View commit details
    Browse the repository at this point in the history
  2. [linux] change the last remaining strcmp() to g_strcmp0()

    While one PR was changing strcmp()'s to g_strcmp0(), this piece of code
    was added in another PR. Use the same method here as well, just for the
    sake of aesthetics and consistency.
    jpnurmi committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    c730fc0 View commit details
    Browse the repository at this point in the history