wcap: Rename wcap-encode to just wcap
diff --git a/src/screenshooter.c b/src/screenshooter.c
index e3e8779..da06ae3 100644
--- a/src/screenshooter.c
+++ b/src/screenshooter.c
@@ -31,7 +31,7 @@
 #include "compositor.h"
 #include "screenshooter-server-protocol.h"
 
-#include "../wcap-decode/wcap-decode.h"
+#include "../wcap/wcap-decode.h"
 
 struct screenshooter {
 	struct wl_object base;