Update FSF address
[lttv.git] / lttv / lttv / hook.c
index 3d82f1114fbca808bd7f29cd1363140dd2af998b..2216aa52490ac34ff87bb1f11164d3323a68027e 100644 (file)
@@ -12,8 +12,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, 
- * MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * MA 02110-1301, USA.
  */
 
 #ifdef HAVE_CONFIG_H
@@ -21,8 +21,7 @@
 #endif
 
 #include <lttv/hook.h>
-#include <ltt/compiler.h>
-#include <ltt/ltt.h>
+#include <stdio.h>
 
 typedef struct _LttvHookClosure {
        LttvHook      hook;
@@ -402,8 +401,6 @@ gboolean lttv_hooks_call_check_merge(LttvHooks *h1, void *call_data1,
 
 void lttv_hooks_print(const LttvHooks *h)
 {
-       gboolean ret, sum_ret = FALSE;
-
        LttvHookClosure *c;
 
        guint i;
This page took 0.023456 seconds and 4 git commands to generate.