Skip to content

Commit

Permalink
pcmount/main.c: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krumberg committed Apr 14, 2012
1 parent 43b46d1 commit 69999ac
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/apps/pcmount/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,6 @@
*
*/

// Hej

#define FUSE_USE_VERSION 26

#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <fcntl.h>
#include <fuse.h>
#include <glib.h>

#include <pcmount/fuse.h>

int main(int argc, char *argv[])
Expand Down

0 comments on commit 69999ac

Please sign in to comment.