[refactor] change file names

This commit is contained in:
Julian Sparber
2017-10-02 14:22:12 +02:00
parent 69b5ba35f6
commit 8f17179000
16 changed files with 63 additions and 67 deletions

View File

@@ -1,9 +1,9 @@
#include <gtk/gtk.h>
#include "teleportapp.h"
#include "teleportappwin.h"
#include "server.h"
#include "teleportpeer.h"
#include "teleport.h"
#include "teleport-window.h"
#include "teleport-server.h"
#include "teleport-peer.h"
GtkWidget *find_child(GtkWidget *, const gchar *);
TeleportAppWindow *mainWin;