compile fixes
[lttv.git] / ltt / branches / poly / lttv / attribute.c
index 973bdc9e98e4ae59afcefd8b44c549ae0a19bce6..a8c7211595c9e97e49cb7d6877f022763e612e8e 100644 (file)
@@ -1,4 +1,4 @@
-#include "attribute.h"
+#include <lttv/attribute.h>
 
 inline lttv_string_id lttv_string_id_from_string(const char *s) {
   return g_quark_from_string(s);
@@ -311,7 +311,6 @@ int lttv_key_compare_priority(lttv_key *a, lttv_key *b, void *compare_data)
   return 0;
 }
 
-
 typedef struct _select_data {
   lttv_attributes *a;
   lttv_key *k;
This page took 0.02284 seconds and 4 git commands to generate.