From a2fd2034bfc16e99c2cdd2937f85c72f49af4ab2 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ospite@studenti.unina.it>
Date: Wed, 20 Jan 2010 12:57:37 +0100
Subject: [PATCH 1/1] Cosmetics

---
 xicursorset.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/xicursorset.c b/xicursorset.c
index 54c985c..92c90fd 100644
--- a/xicursorset.c
+++ b/xicursorset.c
@@ -17,11 +17,11 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include<stdio.h>
-#include<stdlib.h>
-#include<X11/Xcursor/Xcursor.h>
-#include<X11/extensions/XInput2.h>
-#include<assert.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <X11/Xcursor/Xcursor.h>
+#include <X11/extensions/XInput2.h>
+#include <assert.h>
 
 int main(int argc, char *argv[])
 {
-- 
2.1.4