Drop unnecessary semicolons from includes in example.

This commit is contained in:
Brandon Forehand 2015-08-25 13:53:54 -07:00
parent 91885af638
commit 5cb55761ef
2 changed files with 8 additions and 8 deletions

View file

@ -1,9 +1,9 @@
#include <tidy.h>;
#include <buffio.h>;
#include <stdio.h>;
#include <errno.h>;
#include <tidy.h>
#include <buffio.h>
#include <stdio.h>
#include <errno.h>
int main(int argc, char **argv )
{

View file

@ -1,9 +1,9 @@
#include <tidy.h>;
#include <tidybuffio.h>;
#include <stdio.h>;
#include <errno.h>;
#include <tidy.h>
#include <tidybuffio.h>
#include <stdio.h>
#include <errno.h>
int main(int argc, char **argv )
{