Skip to content

Commit

Permalink
remove unnecessary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Feb 17, 2024
1 parent f6d8c42 commit f05236a
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions utility/SPIDEV/gpio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,9 @@
*/
#include <linux/gpio.h>
#include "gpio.h"
#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <getopt.h>
#include <unistd.h> // close()
#include <fcntl.h> // open()
#include <sys/ioctl.h> // ioctl()

char* dev_name = "/dev/gpiochip4";

Expand Down

0 comments on commit f05236a

Please sign in to comment.