mirror of https://github.com/GNOME/gimp.git
20 lines
376 B
C
20 lines
376 B
C
/* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT */
|
|
/* REGENERATE BY USING make-installer.py */
|
|
#include "config.h"
|
|
#include <glib-object.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include "base/base-types.h"
|
|
#include "gimp-composite.h"
|
|
|
|
#include "gimp-composite-sse2.h"
|
|
|
|
|
|
void
|
|
gimp_composite_sse2_install (void)
|
|
{
|
|
/* nothing to do */
|
|
|
|
gimp_composite_sse2_init ();
|
|
}
|